Skip to content

Commit 80e9f56

Browse files
committed
docs: add Python 3.13 to supported versions
1 parent 43b8811 commit 80e9f56

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)