Skip to content

Commit

Permalink
Require Python >= 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 5, 2021
1 parent 07188eb commit 9416f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, ]
python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9, ]
steps:
- uses: actions/checkout@v2

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ readme = "README.rst"
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python", "Programming Language :: Python :: 2",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Code Generators",
"Topic :: Software Development :: Testing",
]
requires-python = ">=3.5"
dynamic = ['version', 'description']

[project.urls]
Expand Down

0 comments on commit 9416f53

Please sign in to comment.