Skip to content

Commit

Permalink
Stop testing Python 3.6 to please CI
Browse files Browse the repository at this point in the history
The actual removal will be done in another commit.
  • Loading branch information
pquentin committed Aug 23, 2023
1 parent 6539c59 commit 21a97dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ TEST_SUITE:
- platinum

PYTHON_VERSION:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
nox-session: [""]
runs-on: ["ubuntu-latest"]
include:
- python-version: 3.6
experimental: false
nox-session: test-3.6
runs-on: "ubuntu-20.04"
- python-version: 3.11-dev
experimental: true
nox-session: test-3.11
Expand Down

0 comments on commit 21a97dc

Please sign in to comment.