Skip to content

Commit cb6b9c3

Browse files
committed
Update python task to 3.12
1 parent 21a2732 commit cb6b9c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
steps:
3636
- name: Check out code from GitHub
3737
uses: "actions/checkout@v2"
38-
- name: Setup Python
39-
uses: "actions/setup-python@v1"
38+
- name: "Set up Python"
39+
uses: actions/setup-python@v5.3.0
4040
with:
41-
python-version: "3.8"
41+
python-version: "3.12"
42+
cache: "pip"
4243
- name: Install requirements
4344
run: python3 -m pip install -r requirements_test.txt
4445
- name: Run tests

0 commit comments

Comments
 (0)