Skip to content

Commit a9df2d2

Browse files
committed
feat: explicitly add python 3.13 support
1 parent 6c191a8 commit a9df2d2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- '3.10'
1717
- '3.11'
1818
- '3.12'
19+
- '3.13'
1920

2021
steps:
2122
- uses: actions/checkout@v5

docs/source/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Next
2525
====
2626

2727
- Modernize packaging using hatch and hatchling.
28+
- List Python 3.13 as supported.
2829

2930
Bug Fixes
3031
---------

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Programming Language :: Python :: Implementation :: CPython",
2728
"Topic :: Documentation",
2829
"Topic :: Utilities",

0 commit comments

Comments
 (0)