Skip to content

Commit

Permalink
drop support for python 3.7 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty Schlichenmeyer committed Jan 25, 2024
1 parent 09a83a5 commit bd50fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
msodbc_version: ["17", "18"]
sqlserver_version: ["2017", "2019", "2022"]
collation: ["SQL_Latin1_General_CP1_CS_AS", "SQL_Latin1_General_CP1_CI_AS"]
Expand Down

0 comments on commit bd50fb7

Please sign in to comment.