Skip to content

Commit 2842f39

Browse files
INTEG-2942 - 3.9 end-of-life
1 parent 43adce1 commit 2842f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ authors = [
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Programming Language :: Python",
18-
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",
2221
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
@@ -86,7 +86,7 @@ svg = "python docs/example_logging.py"
8686

8787

8888
[[tool.hatch.envs.test.matrix]]
89-
python = ["37", "38", "39", "310","311", "312"]
89+
python = ["310","311", "312", "313", "314"]
9090
[tool.hatch.envs.test]
9191
dependencies = [
9292
"pytest",

0 commit comments

Comments
 (0)