File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
510Initial alpha release.
Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ requires-python = ">=3.9"
2424classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments