Skip to content

Commit 4a9ed52

Browse files
authored
Merge pull request #244 from mwcraig/cleanup-stuff
Remove versioneer, update github workflow settings
2 parents 1cf345a + d4423fb commit 4a9ed52

File tree

5 files changed

+12
-1781
lines changed

5 files changed

+12
-1781
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 4
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.8, 3.9, '3.10']
12+
python-version: [3.8, 3.9, '3.10', 3.11]
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
1515

@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
65+
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
6666
runs-on: ubuntu-latest
6767
env:
6868
py: /opt/python/${{ matrix.python-version }}/bin/python

.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)