Skip to content

chore: add supports for Python 3.11, fix build for Python 3.7.15 #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 31, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Oct 26, 2022

Proposed Changes

  1. Add Python 3.11 to CI and setup.py.
  2. Fixed build for Python 3.7.15 - the newest cimg/python:3.7 uses Ubuntu 20.04.1 as a base image. This Ubuntu contains new version of OpenSSL which doesn't works with our dummy HTTP server.

image

https://app.circleci.com/pipelines/github/influxdata/influxdb-client-python/2146/workflows/9624a90e-6cab-4289-9698-da317fc00e09/jobs/11860

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • pytest tests completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@bednar bednar changed the title Python11 chore: add supports for Python 3.11 Oct 26, 2022
@bednar bednar changed the title chore: add supports for Python 3.11 chore: add supports for Python 3.11, fix build for Python 3.7.15 Oct 31, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2022

Codecov Report

Base: 90.15% // Head: 90.21% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (fc4cb83) compared to base (472a8a7).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #523      +/-   ##
==========================================
+ Coverage   90.15%   90.21%   +0.05%     
==========================================
  Files          39       39              
  Lines        3412     3412              
==========================================
+ Hits         3076     3078       +2     
+ Misses        336      334       -2     
Impacted Files Coverage Δ
influxdb_client/client/util/date_utils.py 96.87% <0.00%> (+6.25%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bednar bednar marked this pull request as ready for review October 31, 2022 12:19
@bednar bednar requested a review from powersj October 31, 2022 12:19
Copy link
Contributor

@powersj powersj left a comment

Choose a reason for hiding this comment

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

Thank you!

@bednar bednar merged commit 4311923 into master Oct 31, 2022
@bednar bednar deleted the python11 branch October 31, 2022 14:01
@bednar bednar added this to the 1.35.0 milestone Oct 31, 2022
@bednar bednar self-assigned this Nov 3, 2022
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.

3 participants