Use Python 3.10 for deployments on PyPi

This commit is contained in:
Firas K 2023-05-03 12:18:31 +03:00 committed by GitHub
parent c1a22bfd91
commit 92523ee61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Build wheel and source tarball
run: |
pip install wheel