Skip to content

Commit 85253bc

Browse files
committed
CI: bump the minimum Python version we test with from 3.8 to 3.9
1 parent 8d50078 commit 85253bc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ manylinux-python3.13t_task:
5555
PATH: "/opt/python/cp313-cp313t/bin/:${PATH}"
5656
<< : *test
5757

58-
manylinux-python3.8_task:
58+
manylinux-python3.9_task:
5959
container:
6060
dockerfile: ci/manylinux.docker
6161
cpu: 1
6262
env:
63-
PATH: "/opt/python/cp38-cp38/bin/:${PATH}"
63+
PATH: "/opt/python/cp39-cp39/bin/:${PATH}"
6464
<< : *test
6565

6666
miniconda_task:

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- macos-13
5151
- windows-latest
5252
python:
53-
- '3.8'
5453
- '3.13'
54+
- '3.9'
5555
meson:
5656
-
5757
dependencies:
@@ -61,10 +61,6 @@ jobs:
6161
python: 'pypy-3.9'
6262
- os: ubuntu-latest
6363
python: 'pypy-3.11'
64-
- os: ubuntu-latest
65-
python: '3.8'
66-
- os: ubuntu-latest
67-
python: '3.9'
6864
- os: ubuntu-latest
6965
python: '3.10'
7066
# Test with older supported Meson version. Meson up to

0 commit comments

Comments
 (0)