Skip to content

Commit aa7ddae

Browse files
authored
Remove python 3.10 tests (#25)
1 parent c80e4bc commit aa7ddae

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers =
1515
Programming Language :: Python :: 3 :: Only
1616
Programming Language :: Python :: 3.8
1717
Programming Language :: Python :: 3.9
18-
Programming Language :: Python :: 3.10
1918
Topic :: Scientific/Engineering :: Artificial Intelligence
2019
Topic :: Scientific/Engineering :: Image Processing
2120
Topic :: Scientific/Engineering :: Visualization

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
# For more information about tox, see https://tox.readthedocs.io/en/latest/
22
[tox]
3-
envlist = py{38,39,310}-{linux,macos,windows}
3+
envlist = py{38,39}-{linux,macos,windows}
44
isolated_build=true
55

66
[gh-actions]
77
python =
88
3.8: py38
99
3.9: py39
10-
3.10: py310
11-
10+
1211
[gh-actions:env]
1312
PLATFORM =
1413
ubuntu-latest: linux
1514
macos-latest: macos
1615
windows-latest: windows
1716

1817
[testenv]
19-
platform =
18+
platform =
2019
macos: darwin
2120
linux: linux
2221
windows: win32
23-
passenv =
22+
passenv =
2423
CI
2524
GITHUB_ACTIONS
2625
DISPLAY XAUTHORITY

0 commit comments

Comments
 (0)