Skip to content

Commit 00baf85

Browse files
authored
Merge pull request #69 from jg-rp/py313
Test against Python version 3.13
2 parents c23fc3e + 4763598 commit 00baf85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
exclude:
1414
- os: macos-latest
1515
python-version: "3.7"
1616
- os: windows-latest
1717
python-version: "3.7"
18+
- os: macos-latest
19+
python-version: "3.8"
20+
- os: windows-latest
21+
python-version: "3.8"
1822
steps:
1923
- uses: actions/checkout@v3
2024
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
"Programming Language :: Python :: Implementation :: CPython",
2526
"Programming Language :: Python :: Implementation :: PyPy",
2627
]

0 commit comments

Comments
 (0)