File tree Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 1
1
<p align =' center ' ><img src =' logo/logo.png ' width =480 alt =' pywebview logo ' /></p >
2
2
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 >
4
4
5
5
https://pywebview.flowrl.com
6
6
</p >
@@ -21,7 +21,7 @@ _pywebview_ is created by [Roman Sirokov](https://github.com/r0x0r/).
21
21
``` bash
22
22
pip install pywebview
23
23
```
24
- - _ Currently only python version 3.8 or older supported on Windows._
24
+ - _ Currently only python version 3.8 or older supported on Windows._
25
25
- _ On Linux you need additional libraries. Refer to the [ installation] ( https://pywebview.flowrl.com/guide/installation.html ) page for details._
26
26
27
27
Original file line number Diff line number Diff line change 1
1
environment :
2
2
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
-
19
3
- PYTHON : " C:\\ Python36-x64"
20
4
PYTHON_VERSION : " 3.6.x"
21
5
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
28
7
29
8
- PYTHON : " C:\\ Python36-x64"
30
9
PYTHON_VERSION : " 3.6.x"
You can’t perform that action at this time.
0 commit comments