Skip to content

Commit 111e096

Browse files
committed
added Python 3.13 to pyproject.toml
Not really related to this PR, but it seemed like a good idea since Python 3.13 came out last October
1 parent 439e3ca commit 111e096

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ classifiers = [
4141
"Programming Language :: Python :: 3.10",
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: 3.13",
4445
"License :: OSI Approved :: BSD License",
4546
"Intended Audience :: Science/Research",
4647
"Topic :: Scientific/Engineering",
@@ -104,10 +105,10 @@ dependencies = [
104105
name.echo.features = ["echo"]
105106

106107
[[tool.hatch.envs.hatch-test.matrix]]
107-
python = ["3.8", "3.9", "3.10", "3.11", "3.12"]
108+
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
108109

109110
[[tool.hatch.envs.hatch-test.matrix]]
110-
python = ["3.10", "3.11", "3.12"]
111+
python = ["3.10", "3.11", "3.12", "3.13"]
111112
feature = ["echo"]
112113

113114
[tool.ruff]

0 commit comments

Comments
 (0)