Skip to content

Commit

Permalink
feat: support for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Sep 11, 2023
1 parent 9b2c6fc commit fdeea9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
mode:
- std
- geos
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
Expand Down

0 comments on commit fdeea9c

Please sign in to comment.