Skip to content

Commit e206724

Browse files
authored
Synapse now requires python >=3.8 to run
1 parent 103f378 commit e206724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
1818
with:
19-
python-version: "3.x"
19+
python-version: ">=3.8"
2020
- name: Run synapse
2121
uses: ./
2222
with:
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-python@v4
3131
with:
32-
python-version: "3.x"
32+
python-version: ">=3.8"
3333
- name: Run synapse
3434
uses: ./
3535
with:
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- uses: actions/setup-python@v4
4545
with:
46-
python-version: "3.x"
46+
python-version: ">=3.8"
4747
- name: Run synapse
4848
uses: ./
4949
with:
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v3
5858
- uses: actions/setup-python@v4
5959
with:
60-
python-version: "3.x"
60+
python-version: ">=3.8"
6161
- name: Run synapse
6262
uses: ./
6363
with:
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v3
8383
- uses: actions/setup-python@v4
8484
with:
85-
python-version: "3.x"
85+
python-version: ">=3.8"
8686
- name: Run synapse
8787
uses: ./
8888
with:

0 commit comments

Comments
 (0)