Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 23ebdee

Browse files
committed
Check Python 3.11 with latest pandas and numpy
1 parent cfbbc98 commit 23ebdee

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,11 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
python-version: [2.7, 3.5, 3.7, 3.8]
20+
python-version: [3.11]
2121
include:
22-
- python-version: 2.7
23-
pandas: 0.18.1
24-
numpy: 1.11.3
25-
- python-version: 3.5
26-
pandas: 0.18.1
27-
numpy: 1.11.3
28-
- python-version: 3.7
29-
pandas: 1.0.1
30-
numpy: 1.18.1
31-
- python-version: 3.8
32-
pandas: 1.0.1
33-
numpy: 1.18.1
22+
- python-version: 3.11
23+
pandas: 2.1.4
24+
numpy: 1.26.3
3425

3526
steps:
3627
- uses: actions/checkout@v1
@@ -55,4 +46,4 @@ jobs:
5546
flake8
5647
- name: Run the tests
5748
run: |
58-
pytest
49+
pytest

0 commit comments

Comments
 (0)