dandi / dandisets

729 Dandisets, 807.1 TB total. DataLad super-dataset of all Dandisets from https://github.com/dandisets
10 stars 0 forks source link

Increase minimum Python version to 3.10 #367

Closed jwodder closed 9 months ago

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bedbc6e) 75.99% compared to head (d66ff10) 75.63%. Report is 5 commits behind head on draft.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## draft #367 +/- ## ========================================== - Coverage 75.99% 75.63% -0.37% ========================================== Files 14 14 Lines 2558 2536 -22 Branches 568 560 -8 ========================================== - Hits 1944 1918 -26 - Misses 451 458 +7 + Partials 163 160 -3 ``` | [Files](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi) | Coverage Δ | | |---|---|---| | [tools/backups2datalad/\_\_main\_\_.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL19fbWFpbl9fLnB5) | `63.79% <100.00%> (-1.04%)` | :arrow_down: | | [tools/backups2datalad/adandi.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FkYW5kaS5weQ==) | `80.44% <100.00%> (-1.06%)` | :arrow_down: | | [tools/backups2datalad/adataset.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FkYXRhc2V0LnB5) | `78.59% <100.00%> (-0.15%)` | :arrow_down: | | [tools/backups2datalad/aioutil.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2Fpb3V0aWwucHk=) | `72.72% <100.00%> (-0.52%)` | :arrow_down: | | [tools/backups2datalad/annex.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FubmV4LnB5) | `86.76% <100.00%> (-0.56%)` | :arrow_down: | | [tools/backups2datalad/asyncer.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FzeW5jZXIucHk=) | `79.48% <100.00%> (+0.09%)` | :arrow_up: | | [tools/backups2datalad/config.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2NvbmZpZy5weQ==) | `90.80% <100.00%> (+0.10%)` | :arrow_up: | | [tools/backups2datalad/datasetter.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2RhdGFzZXR0ZXIucHk=) | `74.41% <100.00%> (-0.23%)` | :arrow_down: | | [tools/backups2datalad/logging.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2xvZ2dpbmcucHk=) | `87.80% <100.00%> (+0.30%)` | :arrow_up: | | [tools/backups2datalad/manager.py](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL21hbmFnZXIucHk=) | `49.29% <100.00%> (ø)` | | | ... and [3 more](https://app.codecov.io/gh/dandi/dandisets/pull/367?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jwodder commented 9 months ago

@yarikoptic Ping.

yarikoptic commented 9 months ago

we do have 3.10 in that conda env we use, so should be safe

dandi@drogon:~$ source ~/.bashrc-miniconda
(base) dandi@drogon:~$ conda activate dandisets-2
(dandisets-2) dandi@drogon:~$ 
(dandisets-2) dandi@drogon:~$ python --version
Python 3.10.0