Skip to content

Commit 2da9ba4

Browse files
committed
CI: updated python version and GH action
1 parent f9c88e9 commit 2da9ba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18-
- name: Set up Python 3.11
19-
uses: actions/setup-python@v2
18+
- name: Set up Python 3.12
19+
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.11"
21+
python-version: "3.12"
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)