replace fill: parameter with logic to expand py3* glob syntax in envs#392
replace fill: parameter with logic to expand py3* glob syntax in envs#392zacharyburnett wants to merge 1 commit into
fill: parameter with logic to expand py3* glob syntax in envs#392Conversation
8b2b1e3 to
a39e3c1
Compare
|
the automated tests failed yesterday due to YET ANOTHER github outage 🙄 I'll try to rerun them |
fill: parameter with logic to expand py3* glob syntax in envsfill: parameter with logic to expand py3* glob syntax in envs
d0c66b2 to
dd09c54
Compare
72d818c to
1d8cac5
Compare
1d8cac5 to
1198365
Compare
|
standby, I need to clean this up a bit and then it'll be ready |
|
there, done |
|
this moves the "retrieve latest Python versions list from the Internet" functionality from |
c273c17 to
b03a30c
Compare
|
I merged #397 and now it needs a rebase sorry 🙈 |
2e27fc4 to
032b551
Compare
032b551 to
65a67fc
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #392 +/- ##
=======================================
Coverage 66.66% 66.66%
=======================================
Files 2 2
Lines 6 6
=======================================
Hits 4 4
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
as this change removes a parameter it will require a major version bump
better solution for #325 than #326
replaces the
fill:parameter with just specifyingpy3*orpy31*in the env name to expand into supported Python versions; I should have done this originally in #326 😅this change also moves
supported_pythons.pyintotox_matrix.py