-
-
Notifications
You must be signed in to change notification settings - Fork 74
⬆️ support Python 3.11 #150
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
Conversation
@jvdd, do the tests succeed locally? |
Nope, exactly the same error! @jonasvdd |
Codecov Report
@@ Coverage Diff @@
## main #150 +/- ##
=======================================
Coverage 97.08% 97.08%
=======================================
Files 12 12
Lines 892 892
=======================================
Hits 866 866
Misses 26 26
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Created pre-release: https://pypi.org/project/plotly-resampler/0.8.4rc1/ If this release allows installation on Python 3.11 we can merge this into main |
Should fix #149
This PR does the following:
pyproject.toml
andpoetry.lock
to support Python 3.11selenium-wire
dev dependency to v5.x (solves attribute error - Module 'OpenSSL.SSL' has no attribute 'SSLv2_METHOD' wkeeling/selenium-wire#596)-> solution: https://python-poetry.org/docs/dependency-specification/#multiple-constraints-dependencies