-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #698 +/- ##
=======================================
Coverage 96.37% 96.37%
=======================================
Files 45 45
Lines 2539 2539
=======================================
Hits 2447 2447
Misses 92 92
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @KennethSkylight
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
* changing back to 3.10 * gave patch version
No description provided.