8000 Add Python 3.12 to supported/tested platforms · FirebirdSQL/python3-base@59c3476 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59c3476

Browse files
committed
Add Python 3.12 to supported/tested platforms
1 parent e973b3d commit 59c3476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2627
"Operating System :: POSIX :: Linux",
2728
"Operating System :: Microsoft :: Windows",
2829
"Operating System :: MacOS",
@@ -74,7 +75,7 @@ cov = [
7475
version = "python --version"
7576

7677
[[tool.hatch.envs.test.matrix]]
77-
python = ["3.8", "3.9", "3.10", "3.11"]
78+
python = ["3.8", "3.9", "3.10", "3.11", "3.12"]
7879

7980
[tool.hatch.envs.doc]
8081
detached = false

0 commit comments

Comments
 (0)
0