Skip to content

Commit 6279f2d

Browse files
authored
[minor] Some little doc for python3.7 and python3.9 (#16)
1 parent d381779 commit 6279f2d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fzabbix-byte%2FPyPulse%2F&countColor=%23263759)
44
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge&logo=windows&logoColor=white)](https://opensource.org/licenses/MIT)
5+
[![Python Version](https://img.shields.io/badge/Python-3.7-blue?style=for-the-badge&logo=windows&logoColor=white)](https://www.python.org/downloads/)
56
[![Python Version](https://img.shields.io/badge/Python-3.8-blue?style=for-the-badge&logo=windows&logoColor=white)](https://www.python.org/downloads/)
7+
[![Python Version](https://img.shields.io/badge/Python-3.9-blue?style=for-the-badge&logo=windows&logoColor=white)](https://www.python.org/downloads/)
68
[![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=white)](https://github.com/sponsors/zabbix-byte)
79
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
810

9-
1011
**Please Note**: PyPulse is in the midst of dynamic development, and certain features may still be in progress or subject to change. We value your interest and patience as we strive to enhance and refine this project. If you find value in PyPulse, please consider showing your support by giving it a star. Your use of stars serves as a valuable indicator of the project's backing, and we are grateful for your contribution.
1112

1213
![](https://github.com/zabbix-byte/PyPulse/blob/main/How.png)
@@ -15,7 +16,13 @@
1516

1617
For detailed instructions and more information about PyPulse, please refer to the [official documentation](https://github.com/zabbix-byte/PyPulse/wiki).
1718

18-
## Contributing 🤝
19+
## 📆 Latest release
20+
21+
OS | Py3 | 32bit | 64bit | Requirements
22+
--- | --- | --- | --- | ---
23+
Windows | 3.7 / 3.8 / 3.9 | Yes | Yes | Windows 7+ (Note that Python 3.9 supports Windows 8.1+)
24+
25+
## 🤝 Contributing
1926
We welcome contributions from the community. If you'd like to contribute to mytool, please follow these guidelines:
2027

2128
- Fork the repository.

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='python-pulse',
1111
packages=find_packages(),
12-
version='0.2.3',
12+
version='0.2.4',
1313
description='Python, create desktop applications based on Chromium',
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
@@ -24,6 +24,7 @@
2424
'Topic :: Software Development :: Build Tools',
2525
'License :: OSI Approved :: MIT License', # Again, pick a license
2626
'Programming Language :: Python :: 3.8',
27+
'Programming Language :: Python :: 3.9',
2728
],
2829
entry_points={
2930
'console_scripts': [

0 commit comments

Comments
 (0)