We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f9fe1 commit 9a34494Copy full SHA for 9a34494
pyproject.toml
@@ -15,12 +15,13 @@ keywords = [
15
'gitops',
16
'testbed'
17
]
18
-requires-python = ">=3.12, <3.14"
+requires-python = ">=3.12, <3.15"
19
description = "A guinea pig for testing `wipac-dev-*-action` packages and workflows -- using python"
20
readme = "README.md"
21
classifiers = [
22
'Programming Language :: Python :: 3.12',
23
- 'Programming Language :: Python :: 3.13'
+ 'Programming Language :: Python :: 3.13',
24
+ 'Programming Language :: Python :: 3.14'
25
26
license-files = ["LICENSE"]
27
license = "MIT"
0 commit comments