File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11|badge1 | |badge2 |
22
3- .. |badge1 | image :: https://img.shields.io/github/workflow/status/pypa/distlib/Tests
4- :alt: GitHub test status
3+ .. |badge1 | image :: https://img.shields.io/github/actions/ workflow/status/pypa/distlib/package-tests.yml
4+ :alt: GitHub Workflow Status (with event)
55
66.. |badge2 | image :: https://img.shields.io/codecov/c/github/pypa/distlib
77 :target: https://app.codecov.io/gh/pypa/distlib
@@ -60,7 +60,7 @@ Distlib currently offers the following features:
6060Python version and platform compatibility
6161-----------------------------------------
6262
63- Distlib is intended to be used on and is tested on Python versions 2.7 and 3.6 - 3.10 ,
63+ Distlib is intended to be used on and is tested on Python versions 2.7 and 3.6 or later ,
6464pypy-2.7 and pypy3 on Linux, Windows, and macOS.
6565
6666Project status
Original file line number Diff line number Diff line change 66#
77import logging
88
9- __version__ = '0.3.7 '
9+ __version__ = '0.3.8.dev0 '
1010
1111class DistlibException (Exception ):
1212 pass
You can’t perform that action at this time.
0 commit comments