Skip to content

Commit

Permalink
DEP: Add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Sep 9, 2023
1 parent c3e8aca commit 61517cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11']
proj-version: ['9.2.0']
python-version: ['3.9', '3.10', '3.11', '3.12']
proj-version: ['9.3.0']
include:
- python-version: '3.9'
proj-version: '9.2.1'
- python-version: '3.9'
proj-version: '9.1.1'
- python-version: '3.9'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: GIS",
Expand Down

0 comments on commit 61517cf

Please sign in to comment.