File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1616 "Operating System :: POSIX :: Linux" ,
1717 "License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
1818 "Topic :: System :: Monitoring" ,
19- "Programming Language :: Python :: 2" ,
2019 "Programming Language :: Python :: 3" ,
20+ "Programming Language :: Python :: 3.9" ,
21+ "Programming Language :: Python :: 3.10" ,
22+ "Programming Language :: Python :: 3.11" ,
23+ "Programming Language :: Python :: 3.12" ,
24+ "Programming Language :: Python :: 3.13" ,
2125 "Development Status :: 3 - Alpha" ,
2226 "Topic :: System :: Logging" ,
2327 "Intended Audience :: Developers" ,
3034 packages = find_packages (),
3135 include_package_data = True ,
3236 zip_safe = False ,
33- install_requires = ["pyserial==3.*" , "pint==0.20 .*" ],
37+ install_requires = ["pyserial==3.*" , "pint==0.24 .*" ],
3438)
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{38, 39,310,311},
3+ py{39,310,311,312,313 },
44 coverage
55
66[gh-actions]
77python =
8- 3.8: py38
98 3.9: py39
109 3.10: py310
1110 3.11: py311
11+ 3.12: py312
12+ 3.13: py313
1213
1314[testenv]
1415usedevelop = true
You can’t perform that action at this time.
0 commit comments