Skip to content

Commit 6769b19

Browse files
committed
Update to python 3.9+
1 parent c8c273c commit 6769b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fair-data-registry.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
python: ['3.8','3.9','3.x']
14+
python: ['3.9','3.10', '3.11', '3.x']
1515
steps:
1616
- uses: actions/checkout@v3
1717
- run: git fetch --prune --unshallow
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest, macos-latest]
48-
python: ['3.8','3.9','3.x']
48+
python: ['3.9','3.10', '3.11', '3.x']
4949
env:
5050
REGISTRY_PORT: 8001
5151
INSTALL_DIR: fair

0 commit comments

Comments
 (0)