Skip to content

Commit a0a82a8

Browse files
committed
Roll back pyversion bump (being handled in another PR)
1 parent 3504b77 commit a0a82a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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
@@ -63,7 +63,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

pyproject.toml

Lines changed: 2 additions & 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.10"
10+
requires-python = ">=3.9"
1111
license = "GPL-2.0-or-later"
1212
authors = [
1313
{name = "Theodore Turocy", email = "ted.turocy@gmail.com"},
@@ -17,11 +17,11 @@ keywords = ["game theory", "Nash equilibrium"]
1717
classifiers=[
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
]

0 commit comments

Comments
 (0)