Skip to content

Commit b74bad4

Browse files
committed
Updating Github actions to use Python 3.11
1 parent 876847e commit b74bad4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ '3.8' ]
15+
python-version: [ '3.11' ]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install "numpy<1.19.0"
2625
pip install -r test_requirements.txt
2726
pip install pytest-cov
2827
- name: Test with pytest

0 commit comments

Comments
 (0)