Skip to content

Commit

Permalink
update py version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-XCF committed Nov 29, 2022
1 parent 4805b24 commit d2d4974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
branches:
only:
- main
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires='>=3.7',
install_requires=install_requires,
include_package_data=True,
)

0 comments on commit d2d4974

Please sign in to comment.