Skip to content

Commit ca0a8c5

Browse files
committed
Testing GHA with python 3.12
1 parent 0ad571c commit ca0a8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11-
- name: Set up Python 3.11
11+
- name: Set up Python 3.12
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.11'
14+
python-version: '3.12'
1515

1616
- name: Install dependencies
1717
run: |

0 commit comments

Comments
 (0)