@@ -34,17 +34,19 @@ jobs:
3434toxenv :py310,smoke
3535 -version :" 3.11"
3636toxenv :py311,smoke
37- -version :' 3.12.0-alpha - 3.12 ' # SemVer's version range syntax
37+ -version :" 3.12"
3838toxenv :py312,smoke
39+ -version :' 3.13.0-alpha - 3.13' # SemVer's version range syntax
40+ toxenv :py313,smoke
3941include :
4042 -os :macos-latest
4143python :
42- version :" 3.11 "
43- toxenv :py310 ,smoke
44+ version :" 3.12 "
45+ toxenv :py312 ,smoke
4446 -os :windows-latest
4547python :
46- version :" 3.11 "
47- toxenv :py310 ,smoke
48+ version :" 3.12 "
49+ toxenv :py312 ,smoke
4850steps :
4951 -uses :actions/checkout@v4.1.0
5052 -name :Set up Python ${{ matrix.python.version }}
6870 -name :Set up Python
6971uses :actions/setup-python@v4.7.1
7072with :
71- python-version :" 3.11 "
73+ python-version :" 3.12 "
7274 -name :Install dependencies
7375run :pip install tox
7476 -name :Run tests
8991 -name :Set up Python ${{ matrix.python-version }}
9092uses :actions/setup-python@v4.7.1
9193with :
92- python-version :" 3.11 "
94+ python-version :" 3.12 "
9395 -name :Install dependencies
9496run :pip install tox
9597 -name :Run tests
@@ -111,7 +113,7 @@ jobs:
111113 -uses :actions/checkout@v4.1.0
112114 -uses :actions/setup-python@v4.7.1
113115with :
114- python-version :" 3.11 "
116+ python-version :" 3.12 "
115117 -name :Install dependencies
116118run :|
117119 pip install -r requirements-test.txt
@@ -130,7 +132,7 @@ jobs:
130132 -name :Set up Python
131133uses :actions/setup-python@v4.7.1
132134with :
133- python-version :' 3.11 '
135+ python-version :' 3.12 '
134136 -uses :actions/download-artifact@v3.0.2
135137with :
136138name :dist