Skip to content

Commit

Permalink
Merge pull request #250 from blink1073/python-requires-update
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 2, 2022
2 parents 66443e6 + 9eb2076 commit c15bcc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
OS: ['ubuntu-latest', 'windows-latest']
PYTHON_VERSION: ['3.6', '3.7', '3.8', '3.9']
PYTHON_VERSION: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
author_email = 'jupyter@googlegroups.com',
url = 'http://jupyter.org',
license = 'BSD',
python_requires = '>=3.5',
python_requires = '>=3.7',
platforms = "Linux, Mac OS X, Windows",
keywords = ['Interactive', 'Interpreter', 'Shell', 'Web'],
classifiers = [
Expand All @@ -76,10 +76,10 @@
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)

Expand Down

0 comments on commit c15bcc9

Please sign in to comment.