Skip to content

Commit 508b0b0

Browse files
CI: drop unsupported Python versions.
1 parent bb5ab64 commit 508b0b0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false # To see all versions that fail.
1111
matrix:
12-
os: [ubuntu, windows, macos]
13-
python: [3.5, 3.6, 3.7, 3.8, 3.9]
12+
os: ["ubuntu", "windows", "macos"]
13+
python: ["3.7", "3.8", "3.9", "3.10"] # https://devguide.python.org/versions/#versions
1414

1515
runs-on: ${{ matrix.os }}-latest
1616

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ build:
3838
extends: .test
3939
tags: [x64, docker, linux]
4040

41-
test:linux:x64:3.6:
42-
extends: .test:linux:x64
43-
image: python:3.6
44-
4541
test:linux:x64:3.7:
4642
extends: .test:linux:x64
4743
image: python:3.7

0 commit comments

Comments
 (0)