Skip to content

Commit 76d1f33

Browse files
authored
Merge pull request #386 from pbs-data-solutions/python-3.13
Add python 3.13 support
2 parents 3a91cf0 + 943f380 commit 76d1f33

File tree

5 files changed

+113
-202
lines changed

5 files changed

+113
-202
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
40+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4141
os: [ubuntu-latest, windows-latest, macos-latest]
4242
runs-on: ${{ matrix.os }}
4343
steps:

0 commit comments

Comments
 (0)