Skip to content

Commit 980177a

Browse files
authored
Roll back style tests to python 3.9 (#860)
1 parent aaf5097 commit 980177a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
- uses: actions/checkout@v4
6767
with:
6868
submodules: recursive
69-
- name: Set up Python 3.12
69+
- name: Set up Python 3.9
7070
uses: actions/setup-python@v5
7171
with:
72-
python-version: "3.12"
72+
python-version: "3.9"
7373

7474
- name: Install dependencies
7575
run: |

0 commit comments

Comments
 (0)