Skip to content

Commit

Permalink
fix: keep 3.6, but tweak requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jun 19, 2020
1 parent 1f2a467 commit ef330f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ jinja2==2.11.2
MarkupSafe==1.1.1
protobuf==3.12.2
pypandoc==1.5
PyYAML==5.3.1
PyYAML==5.3.1
dataclasses==0.7; python_version < '3.7'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@
"PyYAML >= 5.1.1",
),
tests_require=("pyfakefs >= 3.6",),
python_requires=">=3.7",
python_requires=">=3.6",
classifiers=(
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Code Generators",
Expand Down

0 comments on commit ef330f0

Please sign in to comment.