Skip to content

Commit 12733cc

Browse files
committed
python 3 only is bad?
1 parent 5ae5d63 commit 12733cc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[project]
22
name = "niche-elf"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A small library that optimizes some niche operations commonly used by debugger extensions. "
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.10,<4"
77
license = { text = "GPLv3" }
88

99
authors = [
1010
{ name = "k4lizen", email = "k4lizen@proton.me" }
1111
]
1212

1313
classifiers = [
14-
"Programming Language :: Python :: 3 :: Only",
1514
"Topic :: Software Development :: Debuggers",
1615
"Topic :: Software Development :: Embedded Systems",
1716
"Topic :: System :: Operating System Kernels",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)