Skip to content

Commit 4634079

Browse files
committed
Update supported Python versions
1 parent c8effb5 commit 4634079

5 files changed

Lines changed: 314 additions & 336 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup python
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup python
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: 3.8
40+
python-version: 3.12
4141
- name: Bootstrap
4242
run: make ci.bootstrap
4343
- name: Configure poetry
@@ -50,7 +50,7 @@ jobs:
5050
- name: Download dist directory
5151
uses: actions/download-artifact@v4
5252
with:
53-
name: dist-3.8
53+
name: dist-3.12
5454
path: dist
5555
# - name: Publish (Test PyPI)
5656
# run: make ci.publish.test-pypi

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup python

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## (unreleased)
2+
3+
* Remove support for Python 3.8 and 3.9.
4+
15
## 1.30 (2024-01-17)
26

37
* Add 'per-task' CSV report type

0 commit comments

Comments
 (0)