Skip to content

Commit a9971fa

Browse files
committed
Testing GHA with python 3.13
1 parent ca0a8c5 commit a9971fa

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.12
11+
- name: Set up Python 3.13
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.12'
14+
python-version: '3.13'
1515

1616
- name: Install dependencies
1717
run: |

0 commit comments

Comments
 (0)