Skip to content

Commit

Permalink
required python is >=3
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiljevic committed Aug 27, 2019
1 parent 325cb40 commit 7b73fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version = m.group(1)

setuptools.setup(
python_requires=">=3.6",
python_requires=">=3",
name="PygameBg",
version=version,
author="Fondacija Petlja",
Expand All @@ -30,7 +30,7 @@
zip_safe=True,
py_modules = ["pygamebg"],
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
Expand Down

0 comments on commit 7b73fff

Please sign in to comment.