Skip to content

Commit 690504d

Browse files
authored
Merge pull request #87 from openskynetwork/jaluebbe-patch-1
Update pyproject.toml
2 parents a912dd7 + 63711b7 commit 690504d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

python/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools>=68"]
3-
build-backend = "setuptools.backends.legacy:build"
2+
requires = ["setuptools>=61"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "opensky-api"
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
]
3132

3233
keywords = ["opensky", "aviation", "ads-b", "flight", "aircraft"]

0 commit comments

Comments
 (0)