Skip to content

Commit bd50fb7

Browse files
author
Ty Schlichenmeyer
committed
drop support for python 3.7 in integration tests
1 parent 09a83a5 commit bd50fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests-sqlserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
20+
python_version: ["3.8", "3.9", "3.10", "3.11"]
2121
msodbc_version: ["17", "18"]
2222
sqlserver_version: ["2017", "2019", "2022"]
2323
collation: ["SQL_Latin1_General_CP1_CS_AS", "SQL_Latin1_General_CP1_CI_AS"]

0 commit comments

Comments
 (0)