Skip to content

Commit

Permalink
feat: add python 3.12 to github workflow tox matrix and package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
antoni-szych-rtbhouse committed Dec 14, 2023
1 parent a9db63f commit 60cf0b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
include:
- { python-version: "3.11", session: "flake8" }
- { python-version: "3.11", session: "mypy" }
- { python-version: "3.12", session: "py312" }
- { python-version: "3.11", session: "py311" }
- { python-version: "3.10", session: "py310" }
- { python-version: "3.9", session: "py39" }
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = flake8,py38,py39,py310,py311
envlist = flake8,py38,py39,py310,py311,py312

[flake8]
; E501: line too long (X > 79 characters)
Expand Down

0 comments on commit 60cf0b8

Please sign in to comment.