Skip to content

Commit 941f644

Browse files
committed
dropped support for py3.7 and added for 3.11
1 parent 16026d2 commit 941f644

6 files changed

Lines changed: 1131 additions & 877 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9, "3.10"]
12+
python-version: [3.8, 3.9, "3.10", "3.11"]
1313
env:
1414
IMAGE: openmined/pydp
1515

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 12
1212
matrix:
1313
os: [ubuntu-20.04, macos-latest, windows-latest]
14-
python-version: [3.7, 3.8, 3.9, "3.10"]
14+
python-version: [3.8, 3.9, "3.10", "3.11"]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:

.github/workflows/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
max-parallel: 12
5454
matrix:
5555
os: [ubuntu-latest, macos-latest, windows-latest]
56-
python-version: [3.7, 3.8, 3.9, "3.10"]
56+
python-version: [3.8, 3.9, "3.10", "3.11"]
5757

5858
steps:
5959
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)