Skip to content

Commit

Permalink
Python: Update to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
3j14 committed Apr 17, 2024
1 parent 8ac24ec commit e016ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

env:
GCAMPUS_DB_USER: 'gcampus'
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- python=3.12
- pip=24
- libgdal>=3.8.5,<3.9.0a0
- glib>=2.80.0,<3.0a0
Expand Down

0 comments on commit e016ccc

Please sign in to comment.