We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe29b41 commit aa798afCopy full SHA for aa798af
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "numpy_turtle"
7
-version = "0.3.dev0"
+version = "0.3"
8
description = "Turtle graphics with NumPy"
9
authors = [{name = "Joren Hammudoglu", email = "[email protected]"}]
10
license = "MIT"
@@ -13,8 +13,6 @@ classifiers = [
13
"Development Status :: 5 - Production/Stable",
14
"License :: OSI Approved :: MIT License",
15
"Operating System :: OS Independent",
16
- "Programming Language :: Python :: 3.9",
17
- "Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
0 commit comments