Skip to content

Commit ad629da

Browse files
committed
Remove Python 3.10dev from CI builds
- fails since the last update of the 3.10dev version in GH actions - will be re-added after the issues with 3.10 are solved
1 parent 7a2a7f5 commit ad629da

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/pythontests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ubuntu-latest, windows-latest]
43-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3]
43+
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
4444
exclude:
4545
- os: windows-latest
4646
python-version: pypy3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ relationship to other tests.
1212
[pytest-ordering](https://github.com/ftobia/pytest-ordering) that provides
1313
additional features like ordering relative to other tests.
1414

15-
`pytest-order` works with Python 3.6 - 3.10, with pytest
15+
`pytest-order` works with Python 3.6 - 3.9, with pytest
1616
versions >= 5.0.0, and runs on Linux, macOS and Windows.
1717

1818
Documentation

docs/source/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ordering, all configuration options) that are not available in
3838

3939
Supported Python and pytest versions
4040
------------------------------------
41-
``pytest-order`` supports python 3.6 - 3.10 and pypy3, and is
41+
``pytest-order`` supports python 3.6 - 3.9 and pypy3, and is
4242
compatible with pytest 5.0.0 or newer (older versions may also work, but are
4343
not tested).
4444

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"Programming Language :: Python :: 3.7",
4545
"Programming Language :: Python :: 3.8",
4646
"Programming Language :: Python :: 3.9",
47-
"Programming Language :: Python :: 3.10",
4847
'Programming Language :: Python :: 3 :: Only',
4948
"Programming Language :: Python :: Implementation :: CPython",
5049
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)