Skip to content

Commit 7f24973

Browse files
author
Roman Sirokov
committed
Update appveyor builds
1 parent d652e79 commit 7f24973

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align='center'><img src='logo/logo.png' width=480 alt='pywebview logo'/></p>
22

3-
<p align='center'><a href="https://opencollective.com/pywebview" alt="Financial Contributors on Open Collective"><img src="https://opencollective.com/pywebview/all/badge.svg?label=financial+contributors" /></a> <img src="https://badge.fury.io/py/pywebview.svg" alt="PyPI version" /> <img src="https://img.shields.io/pypi/dm/pywebview" alt="PyPI downloads" /> <a href="https://travis-ci.org/r0x0r/pywebview"><img src="https://travis-ci.org/r0x0r/pywebview.svg?branch=master" alt="Build Status" /></a> <a href="https://ci.appveyor.com/project/r0x0r/pywebview"><img src="https://ci.appveyor.com/api/projects/status/nu6mbhvbq03wudxd/branch/master?svg=true" alt="Build status" /></a>
3+
<p align='center'><a href="https://opencollective.com/pywebview" alt="Financial Contributors on Open Collective"><img src="https://opencollective.com/pywebview/all/badge.svg?label=financial+contributors" /></a> <img src="https://badge.fury.io/py/pywebview.svg" alt="PyPI version" /> <img src="https://img.shields.io/pypi/dm/pywebview" alt="PyPI downloads" /> <a href="https://ci.appveyor.com/project/r0x0r/pywebview"><img src="https://ci.appveyor.com/api/projects/status/nu6mbhvbq03wudxd/branch/master?svg=true" alt="Build status" /></a>
44

55
https://pywebview.flowrl.com
66
</p>
@@ -21,7 +21,7 @@ _pywebview_ is created by [Roman Sirokov](https://github.com/r0x0r/).
2121
``` bash
2222
pip install pywebview
2323
```
24-
- _Currently only python version 3.8 or older supported on Windows._
24+
- _Currently only python version 3.8 or older supported on Windows._
2525
- _On Linux you need additional libraries. Refer to the [installation](https://pywebview.flowrl.com/guide/installation.html) page for details._
2626

2727

appveyor.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
11
environment:
22
matrix:
3-
4-
- PYTHON: "C:\\Python36"
5-
PYTHON_VERSION: "3.6.x"
6-
PYTHON_ARCH: "32"
7-
image: Visual Studio 2017
8-
9-
- PYTHON: "C:\\Python36-x64"
10-
PYTHON_VERSION: "3.6.x"
11-
PYTHON_ARCH: "64"
12-
image: Visual Studio 2017
13-
14-
- PYTHON: "C:\\Python36"
15-
PYTHON_VERSION: "3.6.x"
16-
PYTHON_ARCH: "32"
17-
image: Visual Studio 2019
18-
193
- PYTHON: "C:\\Python36-x64"
204
PYTHON_VERSION: "3.6.x"
215
PYTHON_ARCH: "64"
22-
image: Visual Studio 2019
23-
24-
- PYTHON: "C:\\Python36"
25-
PYTHON_VERSION: "3.6.x"
26-
PYTHON_ARCH: "32"
27-
PYWEBVIEW_GUI: "cef"
6+
image: Visual Studio 2022
287

298
- PYTHON: "C:\\Python36-x64"
309
PYTHON_VERSION: "3.6.x"

0 commit comments

Comments
 (0)