Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

setup: Set the minimum required Python version to 3.10 #123

Merged
merged 8 commits into from
Mar 14, 2022

Conversation

achimnol
Copy link
Member

@achimnol achimnol added this to the 22.03 milestone Mar 14, 2022
* Set the minimum version to 3.10.2, instead of 3.10, since 3.10.0 and 3.10.1 had
  problems with asyncio support and aio-libs compatibility issues.
@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #123 (a2d0aa3) into main (6c031bb) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
+ Coverage   78.25%   78.30%   +0.05%     
==========================================
  Files          24       24              
  Lines        3251     3268      +17     
==========================================
+ Hits         2544     2559      +15     
- Misses        707      709       +2     
Impacted Files Coverage Δ
src/ai/backend/common/argparse.py 100.00% <ø> (ø)
src/ai/backend/common/etcd.py 83.01% <ø> (+0.22%) ⬆️
src/ai/backend/common/validators.py 70.30% <ø> (-0.26%) ⬇️
src/ai/backend/common/events.py 85.98% <0.00%> (-0.47%) ⬇️
src/ai/backend/common/files.py 95.12% <0.00%> (+0.12%) ⬆️
src/ai/backend/common/logging.py 61.92% <0.00%> (+0.14%) ⬆️
src/ai/backend/common/redis.py 77.61% <0.00%> (+0.27%) ⬆️
src/ai/backend/common/plugin/__init__.py 91.11% <0.00%> (+0.30%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c031bb...a2d0aa3. Read the comment docs.

@achimnol achimnol mentioned this pull request Mar 14, 2022
@achimnol achimnol merged commit 70981f5 into main Mar 14, 2022
@achimnol achimnol deleted the feature/set-required-python-version-3.10 branch March 14, 2022 06:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant