Skip to content

Commit

Permalink
Add 3.13 to PyPI classifiers and use it as default for project
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Oct 15, 2024
1 parent 9cad94e commit 1bf3942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand All @@ -50,7 +51,7 @@ packages = ["src/pook"]
packages = ["src/pook"]

[tool.hatch.envs.default]
python = "3.12"
python = "3.13"
extra-dependencies = [
"pre-commit~=4.0",
"mypy>=1.11.2",
Expand Down

0 comments on commit 1bf3942

Please sign in to comment.