diff options
author | Elvis Pranskevichus <elvis@edgedb.com> | 2021-08-06 18:19:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 18:19:23 -0700 |
commit | 189b959d2e5f09660508482398414e2869c074ff (patch) | |
tree | 6497a6619384ee204f30d05c9ee6d3393fc96e8c /pyproject.toml | |
parent | fa355239e70411179c70b16ed4ff7113d8008dad (diff) | |
download | immutables-189b959d2e5f09660508482398414e2869c074ff.tar.gz immutables-189b959d2e5f09660508482398414e2869c074ff.zip |
Drop Python 3.5 support declaration, add Python 3.10 (#71)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..810162d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[project] +requires-python = ">=3.6" + +[build-system] +requires = ["setuptools>=42", "wheel"] +build-backend = "setuptools.build_meta" |