{{ message }}
Jenkins using new python versions in the matrix#1174
Merged
Conversation
absurdfarce
approved these changes
Aug 23, 2023
…her python versions
absurdfarce
requested changes
Aug 25, 2023
Contributor
ae19bb7 to
8f5f00d
Compare
8f5f00d to
0ca0ddf
Compare
Contributor
Author
|
Thanks Bret for the latest investigation. Your suggested workaround did solve the ccm installation issue. Please review the latest commit and approve. I'll then run Jenkins tests using master branch. |
1055314 to
0ca0ddf
Compare
…, before PYTHON-1297 gets merged
d4a4e0d to
59b36ce
Compare
absurdfarce
approved these changes
Aug 28, 2023
absurdfarce
left a comment
Contributor
There was a problem hiding this comment.
Yup, this looks good to me. Only one small (and not really required) comment about documenting the weirdness with older PyYAML < 6.0 installs on Python 3.x but otherwise I think we're good here.
| pip install --upgrade pip | ||
| pip install -U setuptools | ||
| pip install wheel | ||
| pip install "Cython<3.0" "pyyaml<6.0" --no-build-isolation |
Contributor
There was a problem hiding this comment.
Might be worth adding a short comment here about why this command is being invoked this way
Contributor
There was a problem hiding this comment.
Nice, interesting find! It's at least a better short-term bridge until we can get onto pytest
d8ca18d to
a3051f3
Compare
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.

No description provided.