Skip to content

Commit

Permalink
Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Aug 4, 2024
1 parent a603cbb commit 0a85a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ references:
python-full-version-matrix: &python-full-version-matrix
matrix:
parameters:
version: ["3.9", "3.10", "3.11"]
version: ["3.9", "3.10", "3.11", "3.12"]
python-top-and-bottom-version-matrix: &python-top-and-bottom-version-matrix
matrix:
parameters:
version: ["3.9", "3.11"]
version: ["3.9", "3.12"]
filter-tags: &filter-tags
filters:
branches:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries',
],
Expand Down

0 comments on commit 0a85a3d

Please sign in to comment.