Skip to content

Commit

Permalink
ci: drop test on Python 3.6
Browse files Browse the repository at this point in the history
The image is not available anymore
  • Loading branch information
dvarrazzo committed Feb 25, 2023
1 parent 52df837 commit 63947e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
fail-fast: false
matrix:
include:
- {python: "3.6", postgres: "10"}
- {python: "3.7", postgres: "11"}
- {python: "3.7", postgres: "10"}
- {python: "3.8", postgres: "12"}
- {python: "3.9", postgres: "13"}
- {python: "3.10", postgres: "14"}
- {python: "3.11", postgres: "15"}

# Opposite extremes of the supported Py/PG range, other architecture
- {python: "3.6", postgres: "15", architecture: "x86"}
- {python: "3.7", postgres: "14", architecture: "x86"}
- {python: "3.8", postgres: "13", architecture: "x86"}
- {python: "3.7", postgres: "15", architecture: "x86"}
- {python: "3.8", postgres: "14", architecture: "x86"}
- {python: "3.9", postgres: "12", architecture: "x86"}
- {python: "3.10", postgres: "11", architecture: "x86"}
- {python: "3.11", postgres: "10", architecture: "x86"}
Expand Down

0 comments on commit 63947e2

Please sign in to comment.