Skip to content

Commit

Permalink
chore(package): add Python 3.13 classifier (#809)
Browse files Browse the repository at this point in the history
* chore(package): add Python 3.13 classifier

* chore(tox): add Python 3.13 and deptry
  • Loading branch information
mkniewallner authored Aug 10, 2024
1 parent 6d2344b commit e6c42aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = true
envlist = py38, py39, py310, py311, py312
envlist = py38, py39, py310, py311, py312, py313

[testenv]
allowlist_externals = pdm
Expand All @@ -9,3 +9,4 @@ commands_pre = pdm install
commands =
pdm run pytest
pdm run mypy
pdm run deptry python

0 comments on commit e6c42aa

Please sign in to comment.