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 1
1
# Changelog
2
2
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
+
3
8
## 0.0.1 - 2025-06-29
4
9
5
10
Initial alpha release.
Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ requires-python = ">=3.9"
24
24
classifiers = [
25
25
" Development Status :: 3 - Alpha" ,
26
26
" 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" ,
28
34
" Topic :: Software Development :: Embedded Systems" ,
29
35
" Topic :: System :: Emulators" ,
30
36
" Typing :: Typed" ,
You can’t perform that action at this time.
0 commit comments