Skip to content

Commit 500b13d

Browse files
committed
Remove Python 3.10 testing because it doesn't appear to be available in GitHub Actions yet
1 parent 3fc0964 commit 500b13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
23+
python-version: [3.6, 3.7, 3.8, 3.9]
2424
fail-fast: false
2525
runs-on: ${{ matrix.os }}
2626
steps:

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def docs(session):
1515
'-d', '{}/doctrees'.format(tmpdir), '.', '{}/html'.format(tmpdir))
1616

1717

18-
@nox.session(python=['3.6', '3.7', '3.8', '3.9', '3.10'])
18+
@nox.session(python=['3.6', '3.7', '3.8', '3.9'])
1919
@nox.parametrize('plugin', [None,
2020
'ext_test',
2121
'template',

0 commit comments

Comments
 (0)