Skip to content

Commit d35a4b6

Browse files
Reverted tests to py3.11
1 parent 1eec949 commit d35a4b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.8,3.9,'3.10',3.11, 3.12]
13+
python-version: [3.8,3.9,'3.10',3.11]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.12
34+
python-version: 3.11
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v4
4747
with:
48-
python-version: 3.12
48+
python-version: 3.11
4949
- name: Install dependencies
5050
run: |
5151
python -m pip install --upgrade pip
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python/@v4
6161
with:
62-
python-version: 3.12
62+
python-version: 3.11
6363
- name: Install Detect Secrets
6464
run: |
6565
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)