1515 " 3.10" ,
1616 " 3.11" ,
1717 " 3.12" ,
18+ " 3.13" ,
19+ " 3.14" ,
1820 latest,
1921 rc
2022 ]
3335 --add-host=host.docker.internal:host-gateway
3436 --volume /var/run/docker.sock:/var/run/docker.sock
3537 steps :
36- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3739 - run : |
3840 apt-get update
3941 apt-get install -y docker.io
@@ -53,12 +55,12 @@ jobs:
5355 - run : |
5456 pip install black
5557 black . --check
56- if: matrix.python-version == '3.12 '
58+ if: matrix.python-version == '3.14 '
5759 - run : |
5860 pip install pytest
5961 ADAPTER=${{ matrix.adapter }} pytest
6062 - run : ADAPTER=${{ matrix.adapter }} python setup.py test
61- if : ${{ !contains(fromJson('["3.9", "3.10", "3.11", "3.12", "latest"]'), matrix.python-version) }}
63+ if : ${{ !contains(fromJson('["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", " latest"]'), matrix.python-version) }}
6264 build-pypy :
6365 name : Build PyPy
6466 strategy :
7981 --add-host=host.docker.internal:host-gateway
8082 --volume /var/run/docker.sock:/var/run/docker.sock
8183 steps :
82- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v6
8385 - run : |
8486 apt-get update
8587 apt-get install -y docker.io
99101 - run : |
100102 pip install black
101103 black . --check
102- if: matrix.python-version == '3.12 '
104+ if: matrix.python-version == '3.14 '
103105 - run : |
104106 pip install pytest
105107 ADAPTER=${{ matrix.adapter }} pytest
106108 - run : ADAPTER=${{ matrix.adapter }} python setup.py test
107- if : ${{ !contains(fromJson('["3.9", "3.10", "3.11", "3.12", "latest"]'), matrix.python-version) }}
109+ if : ${{ !contains(fromJson('["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", " latest"]'), matrix.python-version) }}
0 commit comments