Skip to content

Commit 9de0560

Browse files
authored
Merge pull request #669 from effigies/mnt/drop-37
MNT: Drop Python 3.7 support
2 parents 952924a + 6ec7755 commit 9de0560

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v4
3131
with:
32-
python-version: 3.7
32+
python-version: 3
3333

3434
- name: Download auto
3535
run: |

.github/workflows/testpydra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
os: [macos-latest, ubuntu-latest, windows-latest]
53-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
53+
python-version: ['3.8', '3.9', '3.10', '3.11']
5454
install: ['wheel']
5555
include:
5656
- os: 'ubuntu-latest'

.github/workflows/testsingularity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9, "3.10"]
15+
python-version: [3.8, 3.9, "3.10", "3.11"]
1616
fail-fast: False
1717

1818
steps:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_scm:buildapi"
66
name = "pydra"
77
description = "Pydra dataflow engine"
88
readme = "README.rst"
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.8"
1010
dependencies = [
1111
"attrs >=19.1.0",
1212
"cloudpickle >=2.0.0",

0 commit comments

Comments
 (0)