Skip to content

Commit bbc7b5f

Browse files
committed
ci:: drop EOL'ed Pythin versions, upgrade runner
1 parent da39c81 commit bbc7b5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/squash.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010

1111
jobs:
1212
build-docker-24:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python-version }}
@@ -35,11 +35,11 @@ jobs:
3535
echo "Running tests for Python version $PV ( ${PV/./} )"
3636
make test-py"${PV/./}"
3737
build-docker-25:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
42+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
4343
steps:
4444
- uses: actions/checkout@v4
4545
- name: Set up Python ${{ matrix.python-version }}
@@ -65,11 +65,11 @@ jobs:
6565
echo "Running tests for Python version $PV ( ${PV/./} )"
6666
make test-py"${PV/./}"
6767
build-podman-3:
68-
runs-on: ubuntu-20.04
68+
runs-on: ubuntu-22.04
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
72+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
7373
steps:
7474
- uses: actions/checkout@v4
7575
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)