Skip to content

Commit d7c402f

Browse files
Update Python version requirement from >=3.9 to >=3.10 in pyproject.toml
1 parent 0cee463 commit d7c402f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pygambit"
77
version = "16.4.0"
88
description = "The package for computation in game theory"
99
readme = "src/README.rst"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
license = "GPL-2.0-or-later"
1212
authors = [
1313
{name = "Theodore Turocy", email = "ted.turocy@gmail.com"},
@@ -17,7 +17,6 @@ keywords = ["game theory", "Nash equilibrium"]
1717
classifiers=[
1818
"Development Status :: 5 - Production/Stable",
1919
"Intended Audience :: Science/Research",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)