Skip to content

Commit 3a2831a

Browse files
committed
ci: add Python 3.13 to workflows; add Python 3.13 classifier
1 parent d39123b commit 3a2831a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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.9", "3.10", "3.11", "3.12"]
21+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
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.9", "3.10", "3.11", "3.12"]
21+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def run(self):
8686
"Programming Language :: Python :: 3.10",
8787
"Programming Language :: Python :: 3.11",
8888
"Programming Language :: Python :: 3.12",
89+
"Programming Language :: Python :: 3.13",
8990
],
9091
project_urls={
9192
"Setup & configuration": "https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile", # noqa: E501

0 commit comments

Comments
 (0)