10
10
11
11
jobs :
12
12
build-docker-24 :
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-22 .04
14
14
strategy :
15
15
fail-fast : false
16
16
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 ']
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python ${{ matrix.python-version }}
@@ -35,11 +35,11 @@ jobs:
35
35
echo "Running tests for Python version $PV ( ${PV/./} )"
36
36
make test-py"${PV/./}"
37
37
build-docker-25 :
38
- runs-on : ubuntu-20 .04
38
+ runs-on : ubuntu-22 .04
39
39
strategy :
40
40
fail-fast : false
41
41
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 ']
43
43
steps :
44
44
- uses : actions/checkout@v4
45
45
- name : Set up Python ${{ matrix.python-version }}
@@ -65,11 +65,11 @@ jobs:
65
65
echo "Running tests for Python version $PV ( ${PV/./} )"
66
66
make test-py"${PV/./}"
67
67
build-podman-3 :
68
- runs-on : ubuntu-20 .04
68
+ runs-on : ubuntu-22 .04
69
69
strategy :
70
70
fail-fast : false
71
71
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 ']
73
73
steps :
74
74
- uses : actions/checkout@v4
75
75
- name : Set up Python ${{ matrix.python-version }}
0 commit comments