Skip to content

Commit dc6cfa8

Browse files
Drop 3.8, add 3.13
1 parent 17adf3e commit dc6cfa8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/[email protected]
1616
with:
1717
fetch-depth: 2
18-
- name: Set up Python 3.11
18+
- name: Set up Python 3.13
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.11"
21+
python-version: "3.13"
2222
- name: Install dependencies
2323
run: pip install -U -r docs/requirements-doc.txt
2424
- name: Make docs

.github/workflows/primer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
path: program_to_test
2222
fetch-depth: 0
23-
- name: Set up Python 3.11
23+
- name: Set up Python 3.13
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.11"
26+
python-version: "3.13"
2727
- name: Install dependencies
2828
run: pip install -U -r requirements.txt
2929
- name: Run primer

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
16+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- name: Check out code from GitHub
1919
uses: actions/[email protected]
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
41+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
4242
steps:
4343
- name: Check out code from GitHub
4444
uses: actions/[email protected]

0 commit comments

Comments
 (0)