Skip to content

Commit

Permalink
removing python 3.8 and 3.9 from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Aug 19, 2024
1 parent a9a8060 commit 9a4d77f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
echo "/usr/local/opt/hdf5-parallel/bin" >> $GITHUB_PATH
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
sudo apt update -y && sudo apt upgrade
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
python-version: [3.9, 3.10]

steps:
- name: Checkout
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9, 3.10]

steps:
- name: Checkout
Expand Down

0 comments on commit 9a4d77f

Please sign in to comment.