Skip to content

Commit 0939d63

Browse files
committed
Merge branch 'maintenance/py311'
2 parents 6d00df1 + 3e4f5a9 commit 0939d63

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,16 @@ jobs:
7171
needs: [lint]
7272
strategy:
7373
matrix:
74-
pyver: ['3.7', '3.8', '3.9', '3.10']
74+
pyver: ['3.7', '3.8', '3.9', '3.10', '~3.11.0-0']
7575
no-extensions: ['', 'Y']
7676
os: [ubuntu, macos, windows]
77-
experimental: [false]
7877
exclude:
7978
- os: macos
8079
no-extensions: 'Y'
8180
- os: windows
8281
no-extensions: 'Y'
83-
include:
84-
- os: ubuntu
85-
pyver: "3.11.0-alpha - 3.11.0"
86-
experimental: true
87-
no-extensions: 'Y'
8882
fail-fast: false
8983
runs-on: ${{ matrix.os }}-latest
90-
continue-on-error: ${{ matrix.experimental }}
9184
timeout-minutes: 15
9285
steps:
9386
- name: Checkout

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers =
2525
Programming Language :: Python :: 3.8
2626
Programming Language :: Python :: 3.9
2727
Programming Language :: Python :: 3.10
28+
Programming Language :: Python :: 3.11
2829
Development Status :: 5 - Production/Stable
2930
Operating System :: POSIX
3031
Operating System :: MacOS :: MacOS X

0 commit comments

Comments
 (0)