-
-
Couldn't load subscription status.
- Fork 228
Support python 3.9 #294
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
Support python 3.9 #294
Conversation
Python 3.9 will only land in Copier v6 as seen in copier-org/copier#294.
Python 3.9 will only land in Copier v6 as seen in copier-org/copier#294.
Python 3.9 will only land in Copier v6 as seen in copier-org/copier#294.
* Python 3.9 will only land in Copier v6 as seen in copier-org/copier#294. * Do not test on 3.7. It should work anyway. This way we save some 🌲
Codecov Report
@@ Coverage Diff @@
## master #294 +/- ##
==========================================
+ Coverage 97.39% 97.48% +0.08%
==========================================
Files 38 39 +1
Lines 1690 2028 +338
==========================================
+ Hits 1646 1977 +331
- Misses 44 51 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Python 3.9 will only land in Copier v6 as seen in copier-org/copier#294. * Do not test on 3.7. It should work anyway. This way we save some 🌲
Fix #102.
WIP until all tasks in #102 are cleared. For now, this is here to help upstream testing pydantic/pydantic#1844.
It would have been nice to install it as explained in python-poetry/poetry#3240, but if possible I wouldn't have created that issue.