Skip to content

Commit

Permalink
Merge 6ec7755 into 426564e
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Jun 27, 2023
2 parents 426564e + 6ec7755 commit c9989ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3

- name: Download auto
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
install: ['wheel']
include:
- os: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsingularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
fail-fast: False

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_scm:buildapi"
name = "pydra"
description = "Pydra dataflow engine"
readme = "README.rst"
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"attrs >=19.1.0",
"cloudpickle >=2.0.0",
Expand Down

0 comments on commit c9989ba

Please sign in to comment.