Skip to content

Commit 522ff39

Browse files
committed
Revert "Drop EOL Python 3.9 support, add 3.14."
This reverts commit 4142ac6.
1 parent 4142ac6 commit 522ff39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.11", "3.13", "3.14"]
23+
python-version: ["3.9", "3.11", "3.13"]
2424

2525
steps:
2626
- uses: actions/checkout@v5
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
strategy:
5454
matrix:
55-
python-version: ["3.11", "3.13", "3.14"]
55+
python-version: ["3.9", "3.11", "3.13"]
5656
extension: ["none", "alphanumeric-en_US"]
5757
env:
5858
AUTOPKGTEST_TMP: /tmp
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: ubuntu-latest
134134
strategy:
135135
matrix:
136-
python-version: ["3.14"] # Just latest to keep number of combinations down.
136+
python-version: ["3.13"] # Just latest to keep number of combinations down.
137137

138138
steps:
139139
- uses: actions/checkout@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ man bambam
2525
If not, you can install it manually as follows.
2626

2727
Before installing this application, ensure you have the following installed:
28-
* [Python](http://python.org) - versions 3.11, 3.13 and 3.14 are supported
28+
* [Python](http://python.org) - versions 3.9, 3.11 and 3.13 are supported
2929
* [Pygame](http://www.pygame.org/) - version 2.x is supported, but version 1.9 might work too. See [install instructions](https://www.pygame.org/wiki/GettingStarted).
3030
* [PyYAML](https://github.com/yaml/pyyaml) - only required for using
3131
[extensions](#extensions); any reasonably recent version should work

0 commit comments

Comments
 (0)