Skip to content

Commit 7393b13

Browse files
committed
WIP changes
1 parent 93ed759 commit 7393b13

36 files changed

+174
-695
lines changed

.github/workflows/cibuild.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,15 @@ jobs:
3939
matrix:
4040
include:
4141
- os: windows-latest
42-
py: 3.9
42+
py: '3.12'
4343
- os: macos-latest
44-
py: 3.9
44+
py: '3.12'
4545
- os: ubuntu-latest
46-
py: '3.10'
47-
- os: ubuntu-latest
48-
py: 3.9
46+
py: '3.12'
4947
- os: ubuntu-latest
50-
py: 3.8
48+
py: '3.11'
5149
- os: ubuntu-latest
52-
py: 3.7
50+
py: '3.10'
5351
runs-on: ${{ matrix.os }}
5452
steps:
5553
- run: printenv
@@ -60,14 +58,14 @@ jobs:
6058
- run: pip install tox
6159
- run: tox -e py
6260
- uses: codecov/codecov-action@v1
63-
if: matrix.os == 'ubuntu-latest' && matrix.py == '3.9'
61+
if: matrix.os == 'ubuntu-latest' && matrix.py == '3.12'
6462

6563
end2end_tests:
6664
runs-on: ubuntu-latest
6765
steps:
6866
- uses: actions/checkout@v1
6967
- uses: actions/setup-python@v2
7068
with:
71-
python-version: 3.9
69+
python-version: '3.12'
7270
- run: pip install tox
7371
- run: tox -e e2e

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.7
15+
python-version: '3.12'
1616
- run: python -m pip install --upgrade pip
1717
- run: pip install wheel
1818
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)