Skip to content

Commit 96d9563

Browse files
committed
python 3.11
1 parent bda3955 commit 96d9563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Git LFS Pull
3434
run: git lfs pull
3535

36-
- name: Set up Python 3.12
36+
- name: Set up Python 3.11
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.12
39+
python-version: 3.11
4040
- name: Install dependencies
4141
run: |
4242
pip install ".[dev]"

0 commit comments

Comments
 (0)