ci: upgrade python to 3.11

This commit is contained in:
AAGaming
2022-10-24 20:48:58 -04:00
parent 1cd69097ad
commit 2edd910df3

View File

@@ -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: |