Skip to content

Commit 0162d17

Browse files
committed
Remove 3.11b5 from CI
1 parent c218be2 commit 0162d17

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [windows-latest, ubuntu-latest, macos-latest]
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-beta.5"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1212
defaults:
1313
run:
1414
shell: bash
@@ -36,15 +36,9 @@ jobs:
3636
source $VENV
3737
make typecheck
3838
- name: Test with pytest (with coverage)
39-
if: matrix.python-version != '3.11.0-beta.5'
4039
run: |
4140
source $VENV
4241
pytest tests -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
43-
- name: Test with pytest (no coverage)
44-
if: matrix.python-version == '3.11.0-beta.5'
45-
run: |
46-
source $VENV
47-
pytest tests -v
4842
- name: Upload code coverage
4943
uses: codecov/codecov-action@v2
5044
with:

0 commit comments

Comments
 (0)