Skip to content

Commit 39911d5

Browse files
committed
release 20.4.3
Signed-off-by: Bernát Gábor <[email protected]>
1 parent ce24cb5 commit 39911d5

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.github/workflows/check.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515

1616
test:
1717
name: test ${{ matrix.py }} - ${{ matrix.os }}
18-
runs-on: ${{ matrix.os }}-latest
18+
runs-on: ${{ matrix.os }}
1919
strategy:
2020
fail-fast: false
2121
matrix:
2222
os:
23-
- ubuntu
24-
- windows
25-
- macos
23+
- ubuntu-latest
24+
- windows-latest
25+
- macos-latest
2626
py:
2727
- 3.9
2828
- 3.8
@@ -33,8 +33,8 @@ jobs:
3333
- 2.7
3434
- pypy2
3535
include:
36-
- { os: macos, py: brew@py3 }
37-
- { os: ubuntu, py: 3.4.10 }
36+
- { os: macos-latest, py: brew@py3 }
37+
- { os: "ubuntu-18.04", py: 3.4.10 }
3838
steps:
3939
- name: Install OS dependencies
4040
run: |
@@ -101,22 +101,22 @@ jobs:
101101

102102
check:
103103
name: ${{ matrix.tox_env }} - ${{ matrix.os }}
104-
runs-on: ${{ matrix.os }}-latest
104+
runs-on: ${{ matrix.os }}
105105
strategy:
106106
fail-fast: false
107107
matrix:
108108
os:
109-
- ubuntu
110-
- windows
109+
- ubuntu-latest
110+
- windows-latest
111111
tox_env:
112112
- dev
113113
- docs
114114
- readme
115115
- upgrade
116116
- zipapp
117117
exclude:
118-
- { os: windows, tox_env: readme }
119-
- { os: windows, tox_env: docs }
118+
- { os: windows-latest, tox_env: readme }
119+
- { os: windows-latest, tox_env: docs }
120120
steps:
121121
- uses: actions/checkout@v2
122122
with:

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Release History
55

66
.. towncrier release notes start
77
8+
v20.4.3 (2021-03-16)
9+
--------------------
10+
11+
Bugfixes - 20.4.3
12+
~~~~~~~~~~~~~~~~~
13+
- Bump embeded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` (`#2069 <https://github.com/pypa/virtualenv/issues/2069>`_)
14+
- Fix PyPy3 stdlib on Windows is incorrect - by :user:`gaborbernat`. (`#2071 <https://github.com/pypa/virtualenv/issues/2071>`_)
15+
16+
817
v20.4.2 (2021-02-01)
918
--------------------
1019

docs/changelog/2069.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2071.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)