Skip to content

Commit

Permalink
Requires Python>=3.7 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jul 1, 2022
1 parent ca3deb1 commit 7be4baf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
max-parallel: 1 # Hinet doesn't allow parallel data request
fail-fast: false
matrix:
#python-version: [3.5, 3.6, 3.7, 3.8]
#os: [ubuntu-latest, macos-latest]
python-version: ["3.6", "3.10"]
python-version: ["3.7", "3.10"]
os: [macos-latest, ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Prerequisites

To use HinetPy, you need:

- Python >= 3.6
- Python >= 3.7
- win32tools provided by NIED Hi-net (see below for install instructions)
- a Hi-net account (register on Hi-net website to get your user name and password)

Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/installation.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgid "To use HinetPy, you need:"
msgstr "为了使用 HinetPy,你需要:"

#: ../../installation.rst:9
msgid "Python >= 3.6"
msgid "Python >= 3.7"
msgstr ""

#: ../../installation.rst:10
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
f"License :: OSI Approved :: {LICENSE}",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 7be4baf

Please sign in to comment.