We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cee463 commit d7c402fCopy full SHA for d7c402f
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ name = "pygambit"
7
version = "16.4.0"
8
description = "The package for computation in game theory"
9
readme = "src/README.rst"
10
-requires-python = ">=3.9"
+requires-python = ">=3.10"
11
license = "GPL-2.0-or-later"
12
authors = [
13
{name = "Theodore Turocy", email = "ted.turocy@gmail.com"},
@@ -17,7 +17,6 @@ keywords = ["game theory", "Nash equilibrium"]
17
classifiers=[
18
"Development Status :: 5 - Production/Stable",
19
"Intended Audience :: Science/Research",
20
- "Programming Language :: Python :: 3.9",
21
"Programming Language :: Python :: 3.10",
22
"Programming Language :: Python :: 3.11",
23
"Programming Language :: Python :: 3.12",
0 commit comments