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:
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
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 :
Original file line number Diff line number Diff 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+
817v20.4.2 (2021-02-01)
918--------------------
1019
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments