ci: upgrade python to 3.11

This commit is contained in:
AAGaming
2022-10-24 20:48:58 -04:00
parent 1cd69097ad
commit 2edd910df3
+2 -2
View File
@@ -47,10 +47,10 @@ jobs:
with: with:
node-version: 18 node-version: 18
- name: Set up Python 3.10 🐍 - name: Set up Python 3.11 🐍
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.10" python-version: "3.11"
- name: Install Python dependencies ⬇️ - name: Install Python dependencies ⬇️
run: | run: |