Skip to content

Commit

Permalink
Removed python 3.8 from test_all_notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 3, 2024
1 parent 1f3bdc9 commit 8f86bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_all_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false # Continue to run other builds despite a failure
matrix:
os: [ubuntu-latest]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.9', '3.10', '3.11' ]
include: # Run windows tests on only one python version
- os: windows-latest
python-version: '3.11'
Expand Down

0 comments on commit 8f86bd2

Please sign in to comment.