Skip to content

Commit

Permalink
Add explicit Python 3.12 support (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
korverdev committed Oct 5, 2023
1 parent fd312c1 commit 85a61ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codespell-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
no-toml:
- ''
include:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = []
dynamic = ["version"]
Expand Down

0 comments on commit 85a61ea

Please sign in to comment.