Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 7, 2024
1 parent 2d36171 commit 93dd6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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",
"Typing :: Typed",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
min_version = 4
env_list =
pre-commit,
py3{7,8,9,10,11,12}-tests,
py3{8,9,10,11,12}-mypy,
py3{7,8,9,10,11,12,13}-tests,
py3{8,9,10,11,12,13}-mypy,
pypy3,
pyright,
docs,
Expand Down Expand Up @@ -41,7 +41,7 @@ commands = coverage run -m pytest {posargs:-n auto}
[testenv:coverage-report]
# Keep base_python in-sync with .python-version-default
base_python = py312
depends = py3{7,10,11}
depends = py3{7,10,12}
skip_install = true
deps = coverage[toml]>=5.3
commands =
Expand Down

0 comments on commit 93dd6c5

Please sign in to comment.