We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d600250 + 584d7c8 commit e5e531fCopy full SHA for e5e531f
pyproject.toml
@@ -1,21 +1,16 @@
1
-[build-system]
2
-requires = ["poetry-core"]
3
-build-backend = "poetry.core.masonry.api"
4
-
5
6
-# poetry
7
-# ------
8
9
-[tool.poetry]
+[project]
10
name = "detect_pythons"
11
version = "1.1.0"
12
description = "A GitHub action to detect installed Pythons. Suitable for cache-busting."
13
-authors = ["Kurt McKee <[email protected]>"]
+authors = [{ name = "Kurt McKee", email = "[email protected]" }]
14
license = "MIT"
15
readme = "README.rst"
+requires-python = ">=3.8"
+classifiers = ["Private :: Do not Upload"]
16
17
-[tool.poetry.dependencies]
18
-python = ">=3.8"
+[build-system]
+requires = ["poetry-core>=2.0.0,<3.0.0"]
+build-backend = "poetry.core.masonry.api"
19
20
21
# chipshot
0 commit comments