Skip to content

Commit

Permalink
Merge pull request #46 from CanDIG/daisieh/python-312
Browse files Browse the repository at this point in the history
DIG-1144: Update Python to 3.12
  • Loading branch information
daisieh authored Jan 2, 2024
2 parents 2deae85 + be60315 commit ef95249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: python
dist: focal # required for Python >= 3.7
python:
- "3.9"
- "3.10"
- "3.12"

install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pytest==7.2.0
pytest-cov==2.7.1
requests-futures==1.0.0
swagger-ui-bundle==0.0.5
uwsgi==2.0.22
uwsgi==2.0.23
prometheus-flask-exporter==0.13.0
Flask-Cors==3.0.10

0 comments on commit ef95249

Please sign in to comment.