Skip to content

Commit

Permalink
CI: Drop Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Oct 23, 2021
1 parent 4c6ef1f commit aef9d62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ FreeBSD_task:
image_family: freebsd-13-0
env:
matrix:
- PYTHON: 3.6
- PYTHON: 3.7
- PYTHON: 3.8
- PYTHON: 3.9
Expand All @@ -90,12 +89,10 @@ task:
skip: $CIRRUS_BRANCH =~ '.*\.tmp'
env:
matrix:
- IMAGE: python:3.6-slim
- IMAGE: python:3.7-slim
- IMAGE: python:3.8-slim
- IMAGE: python:3.9-slim
- IMAGE: python:3.10-rc-slim
- IMAGE: pypy:3.6-slim
- IMAGE: pypy:3.7-slim
name: "Linux $IMAGE"
allow_failures: $IMAGE =~ '.*-rc-.*'
Expand All @@ -119,7 +116,6 @@ macOS_task:
env:
PATH: ${HOME}/.pyenv/shims:${PATH}
matrix:
- PYTHON: 3.6.12
- PYTHON: 3.7.7
- PYTHON: 3.8.6
- PYTHON: 3.9.0
Expand All @@ -143,7 +139,6 @@ task:
skip: $CIRRUS_BRANCH =~ '.*\.tmp'
env:
matrix:
- IMAGE: python:3.6-windowsservercore
- IMAGE: python:3.7-windowsservercore
- IMAGE: python:3.8-windowsservercore
- IMAGE: python:3.9-windowsservercore
Expand Down
4 changes: 0 additions & 4 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
status = [
"docs",
"FreeBSD PYTHON:3.6",
"FreeBSD PYTHON:3.7",
"FreeBSD PYTHON:3.8",
"FreeBSD PYTHON:3.9",
"lint",
"Linux python:3.6-slim",
"Linux python:3.7-slim",
"Linux python:3.8-slim",
"Linux python:3.9-slim",
"Windows python:3.6-windowsservercore",
"Windows python:3.7-windowsservercore",
"Windows python:3.8-windowsservercore",
"Windows python:3.9-windowsservercore",
"macOS PYTHON:3.6.12",
"macOS PYTHON:3.7.7",
"macOS PYTHON:3.8.6",
"macOS PYTHON:3.9.0",
Expand Down

0 comments on commit aef9d62

Please sign in to comment.