Skip to content

Commit ff85ff4

Browse files
committed
Fix Python Versions
1 parent d6f89d9 commit ff85ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
1919
# Remove Python 3.7.9 on 27 Jun 2023: https://endoflife.date/python
20-
python-version: ["3.9.21", "3.10.16","3.11.11","3.12.8","3.13.1"]
20+
python-version: ["3.9.20", "3.10.15","3.11.11","3.12.8","3.13.1"]
2121
pandas-version: ["1.2.5", "1.3.5", "1.4.3", "2.0.3","2.1.4" , ""]
2222

2323
exclude:

0 commit comments

Comments
 (0)