File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1111 strategy :
1212 matrix :
13- python-version : ['3.10 ', '3.14 ']
13+ python-version : ['3.9 ', '3.13 ']
1414
1515 steps :
1616 - uses : actions/checkout@v5
3939 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
4040 strategy :
4141 matrix :
42- python-version : ['3.14 ']
42+ python-version : ['3.13 ']
4343
4444 steps :
4545 - uses : actions/checkout@v4
6363 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
6464 strategy :
6565 matrix :
66- python-version : ['3.14 ']
66+ python-version : ['3.13 ']
6767
6868 steps :
6969 - uses : actions/checkout@v4
8888 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
8989 strategy :
9090 matrix :
91- python-version : ['3.14 ']
91+ python-version : ['3.13 ']
9292
9393 steps :
9494 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pygambit"
77version = " 16.4.0"
88description = " The package for computation in game theory"
99readme = " src/README.rst"
10- requires-python = " >=3.10 "
10+ requires-python = " >=3.9 "
1111license = " GPL-2.0-or-later"
1212authors = [
1313 {name = " Theodore Turocy" , email = " ted.turocy@gmail.com" },
@@ -17,11 +17,11 @@ keywords = ["game theory", "Nash equilibrium"]
1717classifiers =[
1818 " Development Status :: 5 - Production/Stable" ,
1919 " Intended Audience :: Science/Research" ,
20+ " Programming Language :: Python :: 3.9" ,
2021 " Programming Language :: Python :: 3.10" ,
2122 " Programming Language :: Python :: 3.11" ,
2223 " Programming Language :: Python :: 3.12" ,
2324 " Programming Language :: Python :: 3.13" ,
24- " Programming Language :: Python :: 3.14" ,
2525 " Programming Language :: Python :: Implementation :: CPython" ,
2626 " Topic :: Scientific/Engineering :: Mathematics"
2727]
You can’t perform that action at this time.
0 commit comments