Skip to content

Commit

Permalink
Adds Python 3.13 to build and testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebgorman committed Oct 25, 2024
1 parent 8cf158c commit 2590382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ workflows:
- twine
matrix:
parameters:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Development Status :: 4 - Beta",
"Environment :: Console",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 2590382

Please sign in to comment.