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 82df60a
Show file tree
Hide file tree
Showing 3 changed files with 4 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.

0 comments on commit 82df60a

Please sign in to comment.