Skip to content

Commit 2e8cb40

Browse files
Remove testing on Python 3.8, DBT core does not support it.
1 parent 9fc978b commit 2e8cb40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Regular
1919
strategy:
2020
matrix:
21-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python_version: ["3.9", "3.10", "3.11", "3.12"]
2222
msodbc_version: ["17", "18"]
2323
sqlserver_version: ["2017", "2019", "2022"]
2424
collation: ["SQL_Latin1_General_CP1_CS_AS", "SQL_Latin1_General_CP1_CI_AS"]

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Unit tests
1919
strategy:
2020
matrix:
21-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python_version: ["3.9", "3.10", "3.11", "3.12"]
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read

0 commit comments

Comments
 (0)