File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Tests
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88
99jobs :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ See Git checking messages for full history.
44
55## 8.0.3 (2023/xx/xx)
66- added support for Python 3.12
7+ - dev: renamed the ` master ` branch to ` main `
78- dev: review the structure of the repository to fix packaging issues (#243 )
89- MSS: added PEP 561 compatible
910- MSS: include more files in the sdist package (#240 )
Original file line number Diff line number Diff line change 22
33[ ![ PyPI version] ( https://badge.fury.io/py/mss.svg )] ( https://badge.fury.io/py/mss )
44[ ![ Anaconda version] ( https://anaconda.org/conda-forge/python-mss/badges/version.svg )] ( https://anaconda.org/conda-forge/python-mss )
5- [ ![ Tests workflow] ( https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml/badge.svg?branch=master )] ( https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml )
5+ [ ![ Tests workflow] ( https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml )
66[ ![ Downloads] ( https://static.pepy.tech/personalized-badge/mss?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads )] ( https://pepy.tech/project/mss )
77
88``` python
You can’t perform that action at this time.
0 commit comments