Skip to content

Commit a5ec2bf

Browse files
authored
Update for Python 3.13 compatibility (#338)
* Update for Python 3.13 compatibility * update for cffi compatibility * update scipy and pandas * update pyzmq * update greenlet * update typing extensions * update sqlalchemy
1 parent 753da1b commit a5ec2bf

File tree

3 files changed

+529
-374
lines changed

3 files changed

+529
-374
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
# matrixed execution for parallel gh-action performance increases
18-
python_version: ["3.9", "3.10", "3.11", "3.12"]
18+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919
os: [ubuntu-24.04, macos-14]
2020
runs-on: ${{ matrix.os }}
2121
env:

0 commit comments

Comments
 (0)