Pin Python version to 3.12

This commit is contained in:
Bruno Alla 2024-10-11 21:36:44 +01:00
parent 6994914572
commit 14c5fcc0c2
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ license = { text = "BSD" }
authors = [
{ name = "Daniel Roy Greenfeld", email = "pydanny@gmail.com" },
]
requires-python = ">=3.12"
requires-python = ">=3.12,<3.13"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
@ -25,7 +25,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development",
]

View File

@ -1,5 +1,5 @@
version = 1
requires-python = ">=3.12"
requires-python = "==3.12.*"
[[package]]
name = "alabaster"