File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,17 @@ workflows:
141141 - tests-python :
142142 name : test-3.12
143143 python-image : " cimg/python:3.12"
144+ - tests-python :
145+ name : test-3.13
146+ python-image : " cimg/python:3.13"
144147 - tests-python :
145148 requires :
146149 - test-3.8
147150 - test-3.9
148151 - test-3.10
149152 - test-3.11
150153 - test-3.12
154+ - test-3.13
151155 name : test-integration
152156 python-image : *default-python
153157 pytest-marker : " integration"
Original file line number Diff line number Diff line change @@ -65,5 +65,6 @@ def get_version():
6565 'Programming Language :: Python :: 3.10' ,
6666 'Programming Language :: Python :: 3.11' ,
6767 'Programming Language :: Python :: 3.12' ,
68+ 'Programming Language :: Python :: 3.13' ,
6869 ]
6970)
You can’t perform that action at this time.
0 commit comments