Skip to content

Commit a61aa73

Browse files
authored
Merge pull request #42 from DakaraProject/python/support-3.13
Python 3.13 support
2 parents 051634c + fac91d4 commit a61aa73

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "3.10"
2323
- "3.11"
2424
- "3.12"
25+
- "3.13"
2526

2627
steps:
2728
- uses: actions/checkout@v4
@@ -57,7 +58,7 @@ jobs:
5758

5859
- uses: actions/setup-python@v5
5960
with:
60-
python-version: "3.12"
61+
python-version: "3.13"
6162
cache: "pip"
6263

6364
- name: Install native dependencies (Ubuntu)
@@ -94,7 +95,7 @@ jobs:
9495

9596
- uses: actions/setup-python@v5
9697
with:
97-
python-version: "3.12"
98+
python-version: "3.13"
9899
cache: "pip"
99100

100101
- name: Install dependencies

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
### Added
3434

35+
- Added Python 3.13 support.
3536
- MacOS support.
3637
- Added Python 3.12 support.
3738

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
2021
"Operating System :: OS Independent",
2122
"Environment :: Console",
2223
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)