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

Changing back to Python 3.10 #698

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Changing back to Python 3.10 #698

merged 2 commits into from
Jul 7, 2023

Conversation

KennethSkylight
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #698 (e96ab62) into main (4985f61) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #698   +/-   ##
=======================================
  Coverage   96.37%   96.37%           
=======================================
  Files          45       45           
  Lines        2539     2539           
=======================================
  Hits         2447     2447           
  Misses         92       92           
Flag Coverage Δ
unit-tests 96.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -14,7 +14,7 @@ on:


env:
TEST_RUNNER_PYTHON_VERSION: 3.11
TEST_RUNNER_PYTHON_VERSION: 3.10.12
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For some reason when I did just 3.10, it gave me an error saying it tried to test with python 3.1
So I just added the patch version so it wouldn't do that

Copy link
Collaborator

@DanPaseltiner DanPaseltiner left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @KennethSkylight

Copy link
Collaborator

@bamader bamader left a comment

Choose a reason for hiding this comment

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

Much appreciated, Kenneth!

@@ -5,7 +5,7 @@ azure-identity
typing_extensions==4.5.0
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@main
phdi @ git+https://github.com/CDCgov/phdi@python310
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just a flag we'll have to change this back before merging

@@ -1,6 +1,6 @@
typing_extensions==4.6.3
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@main
phdi @ git+https://github.com/CDCgov/phdi@python310
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same

@KennethSkylight KennethSkylight merged commit 9b9887e into main Jul 7, 2023
@KennethSkylight KennethSkylight deleted the python310 branch July 7, 2023 15:51
nickbristow pushed a commit that referenced this pull request Jul 17, 2023
* changing back to 3.10

* gave patch version
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.

3 participants