-
Notifications
You must be signed in to change notification settings - Fork 21
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
Deprecate eol python versions 3.6 and 3.7, enable support for 3.11 #304
Deprecate eol python versions 3.6 and 3.7, enable support for 3.11 #304
Conversation
96b538e
to
b30beb2
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #304 +/- ##
==========================================
- Coverage 98.90% 98.84% -0.06%
==========================================
Files 55 56 +1
Lines 2277 2345 +68
==========================================
+ Hits 2252 2318 +66
- Misses 25 27 +2
☔ View full report in Codecov by Sentry. |
@@ -3,7 +3,7 @@ | |||
from tardis.interfaces.siteadapter import ResourceStatus | |||
from tardis.utilities.attributedict import AttributeDict | |||
|
|||
from ...utilities.utilities import run_async |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed this issue with unittest imports, which is not related to the deprecation of Python 3.6 and 3.7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Welcome to the Century of the Fruitbat! 🦇
11d00bb
to
7d74faf
Compare
7d74faf
to
1ba435c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are fine with the test failures please go ahead.
Thanks! Bye, bye python3.{6,7}, welcome python3.11. |
Thanks! Bye, bye python3.{6,7}, welcome python3.11. |
This pull request deprecates the
TARDIS
support of Python 3.6 and 3.7. As a consequence,TARDIS
supports now also Python 3.11.cobald-tardis
containerscobald-tardis
containercobald-tardis-htcondor
containerbackports.cached_property
and replace it usingfunctools
Closes #303