Skip to content

Commit

Permalink
CT-2759: Remove py37 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Jun 28, 2023
1 parent 47103bc commit 0879de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/integration-test-matrix.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = ({ context }) => {
const defaultPythonVersion = "3.8";
const supportedPythonVersions = ["3.7", "3.8", "3.9"];
const supportedPythonVersions = ["3.8", "3.9"];
const supportedAdapters = ["postgres"];

// if PR, generate matrix based on files changed and PR labels
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8]
python-version: [3.8]

env:
TOXENV: "unit"
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
python-version: [3.7, 3.8]
python-version: [3.8]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0879de6

Please sign in to comment.