Skip to content

Commit

Permalink
Add Python 3.12 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockjesper committed Apr 26, 2024
1 parent 8b6ce26 commit 5baf841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ blocks:
- tox
matrix:
- env_var: TOXENV
values: ["py39", "py310", "py311"]
values: ["py39", "py310", "py312"]
- name: Gather coverage data
commands:
- CODACY_PROJECT_TOKEN=$CODACY_K8S_API_TOKEN tox -e coverage
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def main():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Clustering",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39,py310,py311
envlist = py39,py310,py311,py312
requires = setuptools
virtualenv
skip_missing_interpreters=True
Expand Down

0 comments on commit 5baf841

Please sign in to comment.