Skip to content

Commit 6e77237

Browse files
singiamtelktf
authored andcommitted
Drop 3.6 test
No longer supported by CI
1 parent 4fa13c9 commit 6e77237

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pr-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
fail-fast: false # continue executing other checks if one fails
2525
matrix:
2626
python-version:
27-
- '3.6.8' # slc7, slc8 and cs8 containers
2827
- '3.8.18' # ubuntu2004 container
2928
- '3.9.16' # slc9 container
3029
- '3.10.6' # ubuntu2204 container

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tox]
22
minversion = 3.20
3-
envlist = lint, py{36, 37, 38, 39, 310, 311, 312, 313}, darwin
3+
envlist = lint, py{37, 38, 39, 310, 311, 312, 313}, darwin
44

55
[gh-actions]
66
# The "lint" job is run separately.
77
python =
8-
3.6: py36
98
3.7: py37
109
3.8: py38
1110
3.9: py39

0 commit comments

Comments
 (0)