Skip to content

Test against Python 3.9#420

Merged
duckontheweb merged 1 commit into
stac-utils:mainfrom
duckontheweb:change/test-3.9
Jun 15, 2021
Merged

Test against Python 3.9#420
duckontheweb merged 1 commit into
stac-utils:mainfrom
duckontheweb:change/test-3.9

Conversation

@duckontheweb
Copy link
Copy Markdown
Contributor

Description:

Expands CI test matrix to include Python 3.9 and 3.10. Python 3.10 is marked as "experimental", so the CI workflow will still succeed even if that job fails.

PR Checklist:

  • Code is formatted (run scripts/format)
  • Tests pass (run scripts/test)
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@duckontheweb duckontheweb changed the title [WIP] Test against Python 3.9 and 3.10 (experimentally) Test against Python 3.9 and 3.10 (experimentally) Jun 8, 2021
@duckontheweb duckontheweb marked this pull request as ready for review June 8, 2021 18:39
@duckontheweb
Copy link
Copy Markdown
Contributor Author

This is currently failing because of the bump to orjson==3.5.3. That version does not yet have a wheel for Python 3.10 and building from source requires the nightly version of Rust, which is not configured for this environment. The orjson maintainers seem to be good about creating these wheels (they exists for 3.5.2 on Python 3.10), so we should just wait for those to be available.

@l0b0
Copy link
Copy Markdown
Contributor

l0b0 commented Jun 14, 2021

Looks good! How about introducing 3.9 and 3.10 support in separate PRs?

@duckontheweb duckontheweb changed the title Test against Python 3.9 and 3.10 (experimentally) Test against Python 3.9 Jun 15, 2021
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 15, 2021

Codecov Report

Merging #420 (4ee2a5d) into main (46fbaa7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #420   +/-   ##
=======================================
  Coverage   89.76%   89.76%           
=======================================
  Files          40       40           
  Lines        5150     5150           
=======================================
  Hits         4623     4623           
  Misses        527      527           

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 46fbaa7...4ee2a5d. Read the comment docs.

@duckontheweb
Copy link
Copy Markdown
Contributor Author

How about introducing 3.9 and 3.10 support in separate PRs?

Good call. I updated this PR to focus on 3.9 and will open a separate PR for testing 3.10.

@duckontheweb duckontheweb requested a review from lossyrob June 15, 2021 01:29
@duckontheweb duckontheweb merged commit cfff3c5 into stac-utils:main Jun 15, 2021
@duckontheweb duckontheweb deleted the change/test-3.9 branch June 15, 2021 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants