Skip to content

Commit 6d00df1

Browse files
Add experimental 3.11 tests (#292)
* Add experimental 3.11 tests * Update ci.txt
1 parent 9caf8bc commit 6d00df1

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,20 @@ jobs:
7474
pyver: ['3.7', '3.8', '3.9', '3.10']
7575
no-extensions: ['', 'Y']
7676
os: [ubuntu, macos, windows]
77+
experimental: [false]
7778
exclude:
7879
- os: macos
7980
no-extensions: 'Y'
8081
- os: windows
8182
no-extensions: 'Y'
83+
include:
84+
- os: ubuntu
85+
pyver: "3.11.0-alpha - 3.11.0"
86+
experimental: true
87+
no-extensions: 'Y'
8288
fail-fast: false
8389
runs-on: ${{ matrix.os }}-latest
90+
continue-on-error: ${{ matrix.experimental }}
8491
timeout-minutes: 15
8592
steps:
8693
- name: Checkout

requirements/ci.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
build==0.7.0
2-
coverage==6.2
3-
cython==0.29.26
1+
build==0.8.0
2+
coverage==6.4.2
3+
cython==0.29.32
44
mypy==0.931; implementation_name=="cpython"
5-
pre-commit==2.16.0
6-
pytest==6.2.5
5+
pre-commit==2.20.0
6+
pytest==7.1.2
77
pytest-cov==3.0.0
8-
towncrier==21.3.0
9-
tox==3.24.5
10-
twine==3.7.1
8+
towncrier==21.9.0
9+
tox==3.25.1
10+
twine==4.0.1

0 commit comments

Comments
 (0)