|
16 | 16 | from other famous build tools like <em>Apache Maven</em> and <em>Gradle</em>. |
17 | 17 | </p> |
18 | 18 | <p> |
19 | | - <em>PyBuilder</em> runs on Python <strong>3.6 to 3.10 and PyPy</strong>. |
| 19 | + <em>PyBuilder</em> runs on Python <strong>3.6 to 3.11 and PyPy</strong>. |
20 | 20 | Every commit is tested via |
21 | 21 | <a href="https://github.com/pybuilder/pybuilder/actions/workflows/pybuilder.yml">GitHub Actions</a> |
22 | | - on CPython 3.6, 3.7, 3.8, 3.9, 3.10 and PyPy on Linux, MacOS |
| 22 | + on CPython 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy on Linux, MacOS |
23 | 23 | (with and without Homebrew) and Windows. |
24 | 24 | </p> |
25 | 25 | <p> |
|
43 | 43 | <a href="https://twitter.com/intent/follow?screen_name=pybuilder_"> |
44 | 44 | <img src="https://img.shields.io/twitter/follow/pybuilder_?label=Follow%20PyBuilder&style=social" |
45 | 45 | loading="lazy" alt="Follow PyBuilder on Twitter"/></a> |
46 | | - <a href="https://gitter.im/pybuilder/pybuilder"> |
| 46 | + <a href="https://app.gitter.im/#/room/#pybuilder_pybuilder:gitter.im"> |
47 | 47 | <img src="https://img.shields.io/gitter/room/pybuilder/pybuilder?logo=gitter" |
48 | 48 | loading="lazy" alt="PyBuilder Gitter Room"/></a> |
49 | 49 | <a href="https://github.com/pybuilder/pybuilder/actions/workflows/pybuilder.yml"> |
50 | | - <img src="https://img.shields.io/github/workflow/status/pybuilder/pybuilder/pybuilder/master" |
| 50 | + <img src="https://img.shields.io/github/actions/workflow/status/pybuilder/pybuilder/pybuilder.yml?branch=master" |
51 | 51 | loading="lazy" alt="PyBuilder GitHub Actions Build Status"/></a> |
52 | 52 | <a href="https://coveralls.io/github/pybuilder/pybuilder"> |
53 | 53 | <img src="https://img.shields.io/coveralls/github/pybuilder/pybuilder/master?logo=coveralls" |
|
0 commit comments