Skip to content

Commit 6cad029

Browse files
committed
chore: update list of classifiers with specific python versions
1 parent dbefe10 commit 6cad029

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.0.2 - 2025-06-30
4+
5+
- chore: updated list of classifiers in `pyproject.toml`
6+
- docs: fixed a broken badge in `README.md`
7+
38
## 0.0.1 - 2025-06-29
49

510
Initial alpha release.

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ requires-python = ">=3.9"
2424
classifiers = [
2525
"Development Status :: 3 - Alpha",
2626
"License :: OSI Approved :: MIT License",
27-
"Programming Language :: Python",
27+
"Programming Language :: Python :: 3",
28+
"Programming Language :: Python :: 3 :: Only",
29+
"Programming Language :: Python :: 3.9",
30+
"Programming Language :: Python :: 3.10",
31+
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
2834
"Topic :: Software Development :: Embedded Systems",
2935
"Topic :: System :: Emulators",
3036
"Typing :: Typed",

0 commit comments

Comments
 (0)