We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0f7ce commit 79b2f20Copy full SHA for 79b2f20
.github/workflows/ubuntu.yml
@@ -21,10 +21,10 @@ jobs:
21
run: |
22
git clone https://github.com/desultory/zenlib
23
git clone https://github.com/desultory/pycpio
24
- - name: Set up Python 3.11
+ - name: Set up Python 3.12
25
uses: actions/setup-python@v5
26
with:
27
- python-version: "3.11"
+ python-version: "3.12"
28
- name: Install system deps
29
30
sudo apt update
0 commit comments