1010
1111jobs :
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.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13 ']
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.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13 ']
4343 steps :
4444 - uses : actions/checkout@v4
4545 - name : Set up Python ${{ matrix.python-version }}
5151 for pkg in containerd runc; do sudo apt-get remove $pkg; done
5252 sudo apt-get update
5353 sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
54- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
54+ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable"
5555 apt-cache policy docker-ce
5656 sudo apt-get install docker-ce docker-ce-cli containerd.io
5757 pip install "tox<4.0.0" setuptools
@@ -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.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13 ']
7373 steps :
7474 - uses : actions/checkout@v4
7575 - name : Set up Python ${{ matrix.python-version }}
0 commit comments