Skip to content

Commit

Permalink
Build for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Oct 5, 2023
1 parent 7774a0c commit 6dc11ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
include:
- {python: '3.11', os: ubuntu-22.04, tox: pydantic1-full}
- {python: '3.11', os: ubuntu-22.04, tox: py311-full}
- {python: '3.11', os: ubuntu-22.04, tox: py311-full}
- {python: '3.10', os: ubuntu-22.04, tox: py310-full}
- {python: '3.9', os: ubuntu-22.04, tox: py39-full}
- {python: '3.8', os: ubuntu-22.04, tox: py38-full}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
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 = py{38,39,310,311}-full
envlist = py{38,39,310,311,312}-full
isolated_build = true

[testenv]
Expand Down

0 comments on commit 6dc11ca

Please sign in to comment.