Skip to content

Support Python 3.14#1629

Closed
bmos wants to merge 73 commits intomove-coop:mainfrom
bmos:patch-1
Closed

Support Python 3.14#1629
bmos wants to merge 73 commits intomove-coop:mainfrom
bmos:patch-1

Conversation

@bmos
Copy link
Contributor

@bmos bmos commented Nov 12, 2025

What's Changed

  • Adjust various dependencies to support Python 3.14 (some requiring version overrides to also support EOL python 3.9)
  • Add Python 3.14 classifier for pypi
  • Remove overrides from workflows which were logging python 3.14 failures without reporting test failure

Note

sqlalchemy had a <3 max version listed, but there is no version 3, so I removed that max version as we do not use this pattern elesewhere.

Note

censusgeocode has not had a release in a long time, but their repository contains an (unreleased) commit which does allow use on python 3.14 and resolves known security issues by updating urllib3 (#1652) and selenium (#1635). This PR changes our requirements file to download censusgeocode from github for the time being (including the specific unreleased commit).

Note

dbt-adapter packages no longer install dbt-core by default. I have added dbt-core to the connector extras that use it and added the dbt-adapters to the requirements file as they seemed to be missing.

@bmos bmos marked this pull request as ready for review November 12, 2025 02:22
@bmos bmos marked this pull request as draft November 12, 2025 02:24
@github-actions
Copy link

github-actions bot commented Nov 12, 2025

Coverage report

This PR does not seem to contain any modification to coverable code.

@bmos bmos force-pushed the patch-1 branch 2 times, most recently from 0181196 to 44a900b Compare November 21, 2025 00:55
@bmos bmos marked this pull request as ready for review November 21, 2025 01:05
bmos added 3 commits December 16, 2025 15:27
Resolved merge conflicts in requirements.txt by consolidating censusgeocode and urllib3 entries.
Comment on lines +10 to +14
dbt-core>=1.9.0
dbt-bigquery>=1.9.0
dbt-postgres>=1.9.0
dbt-redshift>=1.9.0
dbt-snowflake>=1.9.0
Copy link
Contributor Author

@bmos bmos Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @austinweisgrau!
Do you have thoughts on this?
The specific packages are not included in requirements but are in setup.py.
Is this intentional or does it make sense for me to have added them?

@bmos bmos force-pushed the patch-1 branch 2 times, most recently from 9362fc6 to 8bd3e1a Compare January 27, 2026 03:26
setup.py Outdated
Comment on lines +27 to +35
"dbt-redshift": [
"dbt-redshift >= 1.5.0",
"dbt-core >= 1.5.0",
"lxml;python_version < '3.14'",
"lxml>=5.5.0;python_version >= '3.14'",
],
"dbt-bigquery": ["dbt-bigquery >= 1.5.0", "dbt-core >= 1.5.0"],
"dbt-postgres": ["dbt-postgres >= 1.5.0", "dbt-core >= 1.5.0"],
"dbt-snowflake": ["dbt-snowflake >= 1.5.0", "dbt-core >= 1.5.0"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similar question for @austinweisgrau

@bmos bmos closed this Feb 12, 2026
@bmos bmos deleted the patch-1 branch February 25, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants