Skip to content

Commit

Permalink
python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 21, 2024
1 parent edf8698 commit d782fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.11'] # Check oldest and newest versions
python-version: ['3.10', '3.12'] # Check oldest and newest versions
pip-flags: ['', '--editable']
pydra:
- 'pydra'
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.8', '3.12']
python-version: ['3.10', '3.12']

steps:

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Install build tools
run: python -m pip install build twine
- name: Strip pydra package from gitignore so it is included in package
Expand Down

0 comments on commit d782fec

Please sign in to comment.