summaryrefslogtreecommitdiff
path: root/.github/workflows/build-and-deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-and-deploy.yml')
-rw-r--r--.github/workflows/build-and-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml
index b4eb545..15ca1cc 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -65,7 +65,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
- python-version: '3.10'
+ python-version: '3.11'
- name: Build sdist
run: python setup.py sdist