Skip to content

Commit

Permalink
docs: add Python 3.13 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 12, 2024
1 parent 43b8811 commit 80e9f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,17 @@ workflows:
- tests-python:
name: test-3.12
python-image: "cimg/python:3.12"
- tests-python:
name: test-3.13
python-image: "cimg/python:3.13"
- tests-python:
requires:
- test-3.8
- test-3.9
- test-3.10
- test-3.11
- test-3.12
- test-3.13
name: test-integration
python-image: *default-python
pytest-marker: "integration"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ def get_version():
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
]
)

0 comments on commit 80e9f56

Please sign in to comment.