Skip to content

Commit

Permalink
ci: No longer test latest packages on Python 3.8 (#938)
Browse files Browse the repository at this point in the history
Oldest tests still remains on Python 3.8. NumPy no longer supports
Python3.8 in their latest packages.
  • Loading branch information
b-butler committed Jul 5, 2023
1 parent 9f96a64 commit 1823c27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
config: [ {python: '3.8', dependencies: 'newest'},
{python: '3.9', dependencies: 'newest'},
config: [ {python: '3.9', dependencies: 'newest'},
{python: '3.10', dependencies: 'newest'},
{python: '3.11', dependencies: 'newest'},
{python: '3.11', dependencies: 'minimal'},
Expand Down

0 comments on commit 1823c27

Please sign in to comment.