Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
fail-fast: false # continue executing other checks if one fails
matrix:
python-version:
- '3.6.8' # slc7, slc8 and cs8 containers
- '3.8.18' # ubuntu2004 container
- '3.9.16' # slc9 container
- '3.10.6' # ubuntu2204 container
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
minversion = 3.20
envlist = lint, py{36, 37, 38, 39, 310, 311, 312, 313}, darwin
envlist = lint, py{37, 38, 39, 310, 311, 312, 313}, darwin

[gh-actions]
# The "lint" job is run separately.
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
Expand Down