Skip to content

Commit

Permalink
Add support and testing for Py 3.12 and 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Nov 7, 2024
1 parent 68f6199 commit 252caa2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- name: Set up Python ${{ matrix.py }}
uses: actions/setup-python@v4
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

dependencies = [
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env_list =
py39
py310
py311
py312
py313
min_version = 4.5.1
skip_missing_interpreters = true
no_package = false
Expand All @@ -21,3 +23,5 @@ python =
3.9 = py39
3.10 = py310
3.11 = py311
3.12 = py312
3.13 = py313

0 comments on commit 252caa2

Please sign in to comment.