Skip to content

Commit 71f2ad0

Browse files
committed
Fix requires-python value in pyproject.toml
1 parent 57243ba commit 71f2ad0

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@ keywords = [
1919
"multiplayer",
2020
"pyglet",
2121
]
22-
requires-python = ">3.9.0"
22+
requires-python = ">=3.9.0"
2323

2424
classifiers = [
2525
"Development Status :: 4 - Beta",
2626
"Natural Language :: English",
2727
"Operating System :: OS Independent",
2828
"Programming Language :: Python",
2929
"Programming Language :: Python :: 3",
30-
"Programming Language :: Python :: 3.8",
30+
"Programming Language :: Python :: 3.9",
31+
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
34+
"Programming Language :: Python :: 3.13",
3135
"Programming Language :: Python :: Implementation :: CPython",
3236
'Topic :: Games/Entertainment :: Arcade',
3337
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)