add news fragment

This commit is contained in:
Frost Ming
2021-11-05 23:22:26 +08:00
parent 4b14b63d00
commit 4ac5efc3fe
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -28,10 +28,10 @@ jobs:
draft: false
prerelease: false
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
@@ -39,7 +39,7 @@ jobs:
python -m pip install .
python -m pipenv install --dev
env:
PIPENV_DEFAULT_PYTHON_VERSION: "3.7"
PIPENV_DEFAULT_PYTHON_VERSION: "3.9"
- name: Build wheels
run: |
@@ -65,4 +65,4 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.REPO_TOKEN }}
+1
View File
@@ -0,0 +1 @@
Fix a regression that ``pip_shims`` object isn't imported correctly.