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

CI Multiple Python Versions and py 3.10 support #116

Merged
merged 7 commits into from Nov 17, 2021
Merged

Conversation

JacobHayes
Copy link
Member

@JacobHayes JacobHayes commented Nov 16, 2021

Pydantic has some issues with string ClassVars in py 3.9.8 (which bumped automatically for new CI runs) and 3.10. For now, I pinned CI to only require 3.9.7, but add 3.9.8 and 3.10.0 to the CI matrix. Hopefully the associated PR will be merged and prompt a pydantic release soon enough, but if not we can remove the from __future__ import annotations and stringize only when necessary (mostly forward refs/cyclic imports).

(I blindly pushed f567b38 directly to golden, but this PR fixes a few issues w/ that)

@codecov
Copy link

codecov bot commented Nov 16, 2021

Codecov Report

Merging #116 (c7374af) into golden (f567b38) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            golden      #116   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1416      1394   -22     
  Branches       196       196           
=========================================
- Hits          1416      1394   -22     
Impacted Files Coverage Δ
src/arti/annotations/__init__.py 100.00% <ø> (ø)
src/arti/backends/__init__.py 100.00% <ø> (ø)
src/arti/formats/__init__.py 100.00% <ø> (ø)
src/arti/internal/models.py 100.00% <ø> (ø)
src/arti/io/__init__.py 100.00% <ø> (ø)
src/arti/producers/__init__.py 100.00% <ø> (ø)
src/arti/statistics/__init__.py 100.00% <ø> (ø)
src/arti/types/__init__.py 100.00% <ø> (ø)
src/arti/types/python.py 100.00% <ø> (ø)
src/arti/versions/__init__.py 100.00% <ø> (ø)
... and 10 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 f567b38...c7374af. Read the comment docs.

@JacobHayes JacobHayes changed the title CI Multiple Python Versions CI Multiple Python Versions and py 3.10 support Nov 16, 2021
Copy link
Member Author

@JacobHayes JacobHayes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gonna merge, but feel free to review if interested. 😄

@JacobHayes JacobHayes merged commit f8dbdd7 into golden Nov 17, 2021
@JacobHayes JacobHayes deleted the ci-new-python branch November 17, 2021 02:16
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.

None yet

1 participant