Skip to content

Commit 21a97dc

Browse files
committed
Stop testing Python 3.6 to please CI
The actual removal will be done in another commit.
1 parent 6539c59 commit 21a97dc

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.ci/test-matrix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ TEST_SUITE:
55
- platinum
66

77
PYTHON_VERSION:
8-
- "3.6"
98
- "3.7"
109
- "3.8"
1110
- "3.9"

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
nox-session: [""]
4444
runs-on: ["ubuntu-latest"]
4545
include:
46-
- python-version: 3.6
47-
experimental: false
48-
nox-session: test-3.6
49-
runs-on: "ubuntu-20.04"
5046
- python-version: 3.11-dev
5147
experimental: true
5248
nox-session: test-3.11

0 commit comments

Comments
 (0)