Skip to content

Commit

Permalink
Add 3.13 to CI (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Aug 9, 2024
1 parent ba6c303 commit 25b1a81
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 @@ -29,6 +29,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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 @@ -10,7 +10,7 @@ min_version = 4
env_list =
pre-commit,
cog-{check,render},
py3{7,8,9,10,11,12},
py3{7,8,9,10,11,12,13},
pypy3{8,9,10},
system-argon2

Expand Down

0 comments on commit 25b1a81

Please sign in to comment.