Skip to content

Commit

Permalink
enable py 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Pierazzini committed Nov 25, 2023
1 parent cf93c3e commit a026c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers =

[options]
packages = find:
python_requires = >= 3.10, < 3.11
python_requires = >= 3.10, < 3.13
include_package_data = True
install_requires =
pydantic >= 2.4.2, < 3
Expand Down

0 comments on commit a026c2f

Please sign in to comment.