Skip to content

Commit 0178964

Browse files
fix minimum version
1 parent dc8e823 commit 0178964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
description = "A python script for decoding Gameloft .vxn files."
1111
readme = "README.md"
1212
license = { file = "LICENSE" }
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)