summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-24 20:48:58 -0400
committerAAGaming <aa@mail.catvibers.me>2022-10-24 20:48:58 -0400
commit2edd910df384aa28181c5cb3a12096f0fe36637b (patch)
tree41e38e46306a11c86fa9da9e17240c4e7472c7f4 /.github
parent1cd69097ad976b55f4b43dd6897c8a01b6527b3b (diff)
downloaddecky-loader-2edd910df384aa28181c5cb3a12096f0fe36637b.tar.gz
decky-loader-2edd910df384aa28181c5cb3a12096f0fe36637b.zip
ci: upgrade python to 3.11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9905855c..df3b5401 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,10 +47,10 @@ jobs:
with:
node-version: 18
- - name: Set up Python 3.10 🐍
+ - name: Set up Python 3.11 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.10"
+ python-version: "3.11"
- name: Install Python dependencies ⬇️
run: |