Skip to content
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

Adding python 3.10 to CI #2186

Merged
merged 9 commits into from
Dec 25, 2021
Merged

Adding python 3.10 to CI #2186

merged 9 commits into from
Dec 25, 2021

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented Oct 23, 2021

  • remove docs build from GHA
  • add 3.10 to GHA
  • revisit 'all' groups in extras require based on which dependencies support 3.10 and 3.9

@bsipocz
Copy link
Member Author

bsipocz commented Nov 2, 2021

OK, so it seems that py3.10 compatibility should be added to upstream dependencies first, as I run into issues both with pyvo and with mocpy (cdshealpix).

@bsipocz bsipocz modified the milestones: v0.4.4, v0.4.5 Nov 2, 2021
@codecov
Copy link

codecov bot commented Dec 18, 2021

Codecov Report

Merging #2186 (3667dac) into main (17c79f9) will increase coverage by 0.16%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2186      +/-   ##
==========================================
+ Coverage   62.40%   62.57%   +0.16%     
==========================================
  Files         131      131              
  Lines       16777    16777              
==========================================
+ Hits        10470    10498      +28     
+ Misses       6307     6279      -28     
Impacted Files Coverage Δ
astroquery/utils/commons.py 78.28% <0.00%> (-0.51%) ⬇️
astroquery/cds/core.py 68.75% <0.00%> (-0.49%) ⬇️
astroquery/utils/progressbar.py 20.45% <0.00%> (-0.48%) ⬇️
astroquery/ipac/ned/core.py 88.37% <0.00%> (-0.47%) ⬇️
astroquery/utils/tap/conn/tapconn.py 47.42% <0.00%> (-0.18%) ⬇️
astroquery/besancon/core.py 69.43% <0.00%> (+0.15%) ⬆️
astroquery/utils/tap/core.py 41.58% <0.00%> (+0.16%) ⬆️
astroquery/utils/tap/model/job.py 58.54% <0.00%> (+0.17%) ⬆️
astroquery/gemini/urlhelper.py 87.50% <0.00%> (+0.26%) ⬆️
astroquery/jplsbdb/core.py 78.69% <0.00%> (+0.59%) ⬆️
... and 4 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 17c79f9...3667dac. Read the comment docs.

@bsipocz bsipocz merged commit 20b1eb1 into astropy:main Dec 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants