Skip to content

Commit

Permalink
Fix: Update Py versions for macOS, ubuntu20 and python: rm 3.8, add 3…
Browse files Browse the repository at this point in the history
….11 (#117)
  • Loading branch information
Abhinavcode13 authored Jul 8, 2024
1 parent 63ad27c commit 27a5fd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 4
matrix:
os: [macOS-12]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu20_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
pytest -v
- name: Test with jupyter notebooks
run: |
pytest --nbmake experiments/jupyter/production/*.ipynb
pytest --nbmake experiments/jupyter/production/*.ipynb

0 comments on commit 27a5fd2

Please sign in to comment.