Skip to content

Commit

Permalink
Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
radeklat committed Oct 12, 2023
1 parent 9445b14 commit 46ff1a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ workflows:
context: << pipeline.parameters.project_name >>
matrix:
parameters:
python_version: [ "3.8", "3.9", "3.10", "3.11" ]
python_version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
- build:
name: Build
requires:
Expand Down
1 change: 1 addition & 0 deletions .idea/runConfigurations/Integration_tests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/runConfigurations/verify_all.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development",
"Topic :: Utilities",
]
Expand Down

0 comments on commit 46ff1a9

Please sign in to comment.