Skip to content

Commit

Permalink
Removed python3.8 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 9, 2024
1 parent 71e7331 commit f1c394f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
pydantic-version: [ '1.10.15', '2.7.1' ]
include: # Run windows tests on only one python version
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_all_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.10' # torch 1.x not available on Windows for Python 3.11
Expand Down

0 comments on commit f1c394f

Please sign in to comment.