Skip to content

Commit

Permalink
Fix Python versions tested/supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed May 18, 2024
1 parent 2dd07d5 commit c925f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,11 @@ jobs:
python setup.py pytest --addopts "-m smoke"
entrypoints:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: False
matrix:
python-version:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ def _read_requirements(path):
tests_require=["pytest"],
install_requires = ['setuptools'],
zip_safe = True,
python_requires='>=3.6',
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit c925f10

Please sign in to comment.