Skip to content

Commit 23e0e0b

Browse files
committed
update to 1.0.4
1 parent 5cf5069 commit 23e0e0b

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ Contributions welcome - please refer to [CONTRIBUTING.MD](https://github.com/sem
4848

4949
![Python version](https://img.shields.io/pypi/pyversions/pyubxutils.svg?style=flat)
5050
[![PyPI version](https://img.shields.io/pypi/v/pyubxutils.svg?style=flat)](https://pypi.org/project/pyubxutils/)
51-
![PyPI downloads](https://img.shields.io/pypi/dm/pyubxutils.svg?style=flat)
51+
[![PyPI downloads](https://github.com/semuconsulting/pygpsclient/blob/master/images/clickpy_icon.svg?raw=true)](https://clickpy.clickhouse.com/dashboard/pyubxutils)
5252

53-
`pyubxutils` is compatible with Python 3.9-3.13.
54-
55-
In the following, `python3` & `pip` refer to the Python 3 executables. You may need to substitute `python` for `python3`, depending on your particular environment (*on Windows it's generally `python`*). **It is strongly recommended that** the Python 3 binaries (\Scripts or /bin) and site_packages directories are included in your PATH (*most standard Python 3 installation packages will do this automatically if you select the 'Add to PATH' option during installation*).
53+
`pyubxutils` is compatible with Python >= 3.10. In the following, `python3` & `pip` refer to the Python 3 executables. You may need to substitute `python` for `python3`, depending on your particular environment (*on Windows it's generally `python`*). **It is strongly recommended that** the Python 3 binaries (\Scripts or /bin) and site_packages directories are included in your PATH (*most standard Python 3 installation packages will do this automatically if you select the 'Add to PATH' option during installation*).
5654

5755
The recommended way to install the latest version of `pyubxutils` is with [pip](http://pypi.python.org/pypi/pip/):
5856

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pyubxutils Release Notes
22

3+
### RELEASE 1.0.4
4+
5+
ENHANCEMENTS:
6+
7+
1. Drop active support for Python 3.9, add Python 3.14.
8+
39
### RELEASE 1.0.3
410

511
ENHANCEMENTS:

src/pyubxutils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
:license: BSD 3-Clause
99
"""
1010

11-
__version__ = "1.0.3"
11+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)