about summary refs log tree commit diff homepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-05 16:39:35 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-05 16:39:35 +0700
commita117b622ef0572388a4754e2ad316b61b09371ca (patch)
tree2ff21e4993f8345b55853c6fd4bb0477103ca03e /pyproject.toml
parent8166f2665aa46beb842202821fdc2cfff4a01954 (diff)
downloadbrutalmaze-a117b622ef0572388a4754e2ad316b61b09371ca.tar.gz
Use Markdown for README
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 05d26cf..77e06aa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ['flit_core >=2,<3']
+requires = ['flit_core >=2,<4']
 build-backend = 'flit_core.buildapi'
 
 [tool.flit.metadata]
@@ -21,7 +21,7 @@ classifiers = [
     'Programming Language :: Python',
     'Programming Language :: Python :: 3 :: Only',
     'Topic :: Games/Entertainment :: Arcade']
-requires-python = '>=3.6'
+requires-python = '>=3.7'
 keywords = 'pygame,shmup,maze,ai-challenges'
 license = 'AGPLv3+'