Skip to content

Commit

Permalink
Try Python 3.12 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockjesper committed Apr 26, 2024
1 parent 7cee343 commit 7108a8f
Show file tree
Hide file tree
Showing 3 changed files with 4 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", "py311", "py312"]
- name: Gather coverage data
commands:
- CODACY_PROJECT_TOKEN=$CODACY_K8S_API_TOKEN tox -e coverage
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

CODE_QUALITY_REQ = [
'prospector==1.10.3',
'setuptools==69.5.1',
]

TESTS_REQ = [
Expand Down Expand Up @@ -96,6 +97,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 7108a8f

Please sign in to comment.