Skip to content

Commit

Permalink
Add 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 8, 2024
1 parent 367678c commit 82b3007
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 @@ -40,6 +40,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ min_version = 4
env_list =
pre-commit,
mypy-pkg,
py3{7,8,9,10,11,12}-{tests,mypy}
py3{7,8,9,10,11,12,13}-{tests,mypy}
py312-bindings-main,
pypy3-tests,
system-argon2,
Expand Down

0 comments on commit 82b3007

Please sign in to comment.