Skip to content

Commit 2e1a3ad

Browse files
committed
Update Python version in workflow
1 parent 055f981 commit 2e1a3ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/copy_conda_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: conda-incubator/setup-miniconda@v2
1414
with:
1515
auto-update-conda: true
16-
python-version: 3.8
16+
python-version: 3.10
1717

1818
- name: Install dependencies
1919
shell: bash -l {0}

.github/workflows/upload_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 4
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9, '3.10']
14+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
1515
platform: [macos-latest, windows-latest] # Wheels on linux below
1616
runs-on: ${{ matrix.platform }}
1717

@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python
4949
uses: actions/setup-python@v4
5050
with:
51-
python-version: 3.8
51+
python-version: 3.10
5252
- name: Stable with rustfmt and clippy
5353
uses: actions-rs/toolchain@v1
5454
with:
@@ -61,7 +61,7 @@ jobs:
6161
- name: Python wheels manylinux build
6262
uses: RalfG/[email protected]
6363
with:
64-
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
64+
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
6565
build-requirements: 'setuptools cython setuptools_scm'
6666
- name: Build and publish wheel
6767
env:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Python
8080
uses: actions/setup-python@v4
8181
with:
82-
python-version: 3.8
82+
python-version: 3.10
8383
- name: Set up QEMU
8484
id: qemu
8585
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)