File tree Expand file tree Collapse file tree 4 files changed +20
-13
lines changed Expand file tree Collapse file tree 4 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
16
16
test :
17
17
name : test ${{ matrix.py }} - ${{ matrix.os }}
18
- runs-on : ${{ matrix.os }}-latest
18
+ runs-on : ${{ matrix.os }}
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
22
os :
23
- - ubuntu
24
- - windows
25
- - macos
23
+ - ubuntu-latest
24
+ - windows-latest
25
+ - macos-latest
26
26
py :
27
27
- 3.9
28
28
- 3.8
33
33
- 2.7
34
34
- pypy2
35
35
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 }
38
38
steps :
39
39
- name : Install OS dependencies
40
40
run : |
@@ -101,22 +101,22 @@ jobs:
101
101
102
102
check :
103
103
name : ${{ matrix.tox_env }} - ${{ matrix.os }}
104
- runs-on : ${{ matrix.os }}-latest
104
+ runs-on : ${{ matrix.os }}
105
105
strategy :
106
106
fail-fast : false
107
107
matrix :
108
108
os :
109
- - ubuntu
110
- - windows
109
+ - ubuntu-latest
110
+ - windows-latest
111
111
tox_env :
112
112
- dev
113
113
- docs
114
114
- readme
115
115
- upgrade
116
116
- zipapp
117
117
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 }
120
120
steps :
121
121
- uses : actions/checkout@v2
122
122
with :
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ Release History
5
5
6
6
.. towncrier release notes start
7
7
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
+
8
17
v20.4.2 (2021-02-01)
9
18
--------------------
10
19
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments