Skip to content

Commit 9a34494

Browse files
author
github-actions
committed
<bot> update pyproject.toml
1 parent 55f9fe1 commit 9a34494

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
@@ -15,12 +15,13 @@ keywords = [
1515
'gitops',
1616
'testbed'
1717
]
18-
requires-python = ">=3.12, <3.14"
18+
requires-python = ">=3.12, <3.15"
1919
description = "A guinea pig for testing `wipac-dev-*-action` packages and workflows -- using python"
2020
readme = "README.md"
2121
classifiers = [
2222
'Programming Language :: Python :: 3.12',
23-
'Programming Language :: Python :: 3.13'
23+
'Programming Language :: Python :: 3.13',
24+
'Programming Language :: Python :: 3.14'
2425
]
2526
license-files = ["LICENSE"]
2627
license = "MIT"

0 commit comments

Comments
 (0)