Skip to content

Commit f5378a9

Browse files
authored
Merge pull request #207 from altheaden/add-python-3.13
Add support for python 3.13
2 parents 1733ad9 + deac03b commit f5378a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash -l {0}
6060
strategy:
6161
matrix:
62-
python-version: ["3.9", "3.10", "3.11", "3.12"]
62+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
6363
steps:
6464
- id: skip_check
6565
uses: fkirc/skip-duplicate-actions@master

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819

1920
"License :: OSI Approved :: BSD License",
2021
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)