build executables on windows-2019

windows-2016 gets removed on 2022.03.15
pull/2432/head
Mike Fährmann 3 years ago
parent 3acfe683ea
commit d04e07d93b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -13,7 +13,7 @@ jobs:
python-version: ["3.9"] python-version: ["3.9"]
architecture: ["x64"] architecture: ["x64"]
include: include:
- os: "windows-2016" - os: "windows-2019"
python-version: "3.8" python-version: "3.8"
architecture: "x86" architecture: "x86"

@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as # it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation. # published by the Free Software Foundation.
__version__ = "1.21.0" __version__ = "1.21.1-dev"

Loading…
Cancel
Save