Skip to content

Commit d6f89d9

Browse files
committed
Update workflow test. Add new Python version and removed old ones
1 parent 49b3e74 commit d6f89d9

1 file changed

Lines changed: 4 additions & 21 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,15 @@ 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.7.9", "3.8.10", "3.9.13", "3.10.8"]
21-
pandas-version: ["1.0.5", "1.1.5", "1.2.5", "1.3.5", "1.4.3", "2.0", ""]
20+
python-version: ["3.9.21", "3.10.16","3.11.11","3.12.8","3.13.1"]
21+
pandas-version: ["1.2.5", "1.3.5", "1.4.3", "2.0.3","2.1.4" , ""]
2222

2323
exclude:
24-
# see https://github.com/nalepae/pandarallel/pull/211#issuecomment-1362647674
25-
- python-version: "3.8.10"
26-
pandas-version: "1.0.5"
27-
# Pandas 2.0 requires Python >= 3.8
28-
- python-version: "3.7.9"
29-
pandas-version: "2.0"
30-
# Pandas 1.4.3 requires Python >= 3.8
31-
- python-version: "3.7.9"
32-
pandas-version: "1.4.3"
33-
# Pandas 1.0.5 has to be fully rebuilt with Python >= 3.9.13 (taking > 10 min)
34-
- python-version: "3.9.13"
35-
pandas-version: "1.0.5"
36-
# Pandas 1.0.5 has to be fully rebuilt with Python >= 3.9.13 (taking > 10 min)
37-
- python-version: "3.10.8"
38-
pandas-version: "1.0.5"
39-
# Pandas 1.1.5 has to be fully rebuilt with Python >= 3.10.5 (taking > 10 min)
40-
- python-version: "3.10.8"
41-
pandas-version: "1.1.5"
4224
# Pandas 1.2.5 has to be fully rebuilt with Python >= 3.10.5 (taking > 10 min)
4325
- python-version: "3.10.8"
4426
pandas-version: "1.2.5"
45-
27+
28+
4629
steps:
4730
- uses: actions/checkout@v3
4831
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)