{{ message }}
Add Jenkins support for Python 3.12.0#1180
Merged
Merged
Conversation
absurdfarce
commented
Oct 10, 2023
Contributor
Author
There was a problem hiding this comment.
I'm not sure moving the nightly builds to a .0 patch version for a new minor is the best idea... but we've been going with the oldest and newest supported versions for the nightlies and that does lead us squarely to 3.12.0.
joao-r-reis
reviewed
Oct 11, 2023
joao-r-reis
left a comment
Contributor
There was a problem hiding this comment.
3.12.0 is failing atm as expected but the PR looks good. I can take a look at the build when the new runner image is available
Contributor
Author
|
Updated image on Jenkins and ran a 3.12.0 specific build on Jenkins. The build is broken due to PYTHON-1364 but the changes in this PR (the addition of Python 3.12.0 itself) appear to have worked fine. |
Contributor
Author
fruch
added a commit
to fruch/python-driver
that referenced
this pull request
Jun 6, 2024
…sync_with_upstream_3.29.1 version 3.29.0 * tag '3.29.0' of https://github.com/datastax/python-driver: Documentation (and other) updates for 3.29.0 (apache#1194) PYTHON-1331 ssl.match_hostname() is deprecated in 3.7 (apache#1191) PYTHON-1371 Add explicit exception type for serialization failures (apache#1193) Remove outdated Python pre-3.7 references (apache#1186) PYTHON-1368 Avoid installing DSE deps + executing DSE tests for Python 3.12 (apache#1188) PYTHON-1366 Handle removal of asyncore in Python 3.12 (apache#1187) Removed backup(.bak) files (apache#1185) docs: Fix typo in add_callbacks (apache#1177) Remove some remnants of Python2 (apache#1172) PYTHON-1313 Fix asyncio removals in Python 3.10 (apache#1179) PYTHON-1364 Fix ssl.wrap_socket errors (from eventlet) for Python 3.12 (apache#1181) Add Jenkins support for Python 3.12.0 (apache#1180) Update redirects in docs.yaml (apache#1178) Jenkins using new python versions in the matrix (apache#1174) Update docs.yaml to point to most recent 3.28.0 docs changes CONN-38 Notes for 3.28.0 on PYTHON-1350 (apache#1167) Include docs for 3.28.0 Fixed non-valid rst in README
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Requires Python 3.12.0 to be added to the Jenkins runners; don't merge until that's done.