-
Notifications
You must be signed in to change notification settings - Fork 229
github/setup.py: add Python 3.10 classifier/test job #848
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
github/setup.py: add Python 3.10 classifier/test job #848
Conversation
60004e9 to
5c7845a
Compare
Codecov Report
@@ Coverage Diff @@
## master #848 +/- ##
======================================
Coverage 56.6% 56.7%
======================================
Files 145 145
Lines 10741 10739 -2
======================================
+ Hits 6090 6091 +1
+ Misses 4651 4648 -3
Continue to review full report at Codecov.
|
5c7845a to
175d446
Compare
|
Rebased on current master. |
Signed-off-by: Bastian Krause <bst@pengutronix.de>
Signed-off-by: Bastian Krause <bst@pengutronix.de>
175d446 to
fd2c97a
Compare
|
Rebased again. |
|
Any reason why this is still a draft? |
I thought we'd fix the DeprecationWarnings we cause first, see PR description. |
As the tests work correctly, fixing the deprecation warnings (which affect autobahn and pysnmp as well) can be done in a different PR. |
Description
Test/announce Python 3.10 compatibility.
Checklist
Introduces deprecation warnings (see CI job):
The event loop should now be created/set explicitly.