Skip to content

Commit 3fb3d7a

Browse files
seismanweiji14
andauthored
Drop Python 3.6 support (#699)
Co-authored-by: Wei Ji <[email protected]>
1 parent 7e7da78 commit 3fb3d7a

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,8 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
python-version: [3.6, 3.7, 3.8, 3.9]
45+
python-version: [3.7, 3.8, 3.9]
4646
os: [ubuntu-latest, macOS-latest, windows-latest]
47-
# Run Python 3.6 tests on master branch only to conserve CI resources
48-
isMaster:
49-
- ${{ contains(github.ref, 'master') }}
50-
exclude:
51-
- isMaster: false # i.e. on Pull Requests
52-
python-version: 3.6
53-
# exclude Windows + Python 3.6 due to issue #693
54-
# Remove it when we drop Python 3.6 support
55-
- isMaster: true
56-
python-version: 3.6
57-
os: windows-latest
5847
# environmental variables used in coverage
5948
env:
6049
OS: ${{ matrix.os }}

doc/install.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Installing
1616
Which Python?
1717
-------------
1818

19-
You'll need **Python 3.6 or greater** to run PyGMT.
19+
You'll need **Python 3.7 or greater** to run PyGMT. Old Python versions may
20+
work, but there is no guarantee that PyGMT will work as expected with old versions.
2021

2122
We recommend using the `Anaconda <https://www.anaconda.com/distribution>`__ Python
2223
distribution to ensure you have all dependencies installed and the ``conda``

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"Intended Audience :: Education",
2929
"Topic :: Scientific/Engineering",
3030
"Topic :: Software Development :: Libraries",
31-
"Programming Language :: Python :: 3.6",
3231
"Programming Language :: Python :: 3.7",
3332
"Programming Language :: Python :: 3.8",
3433
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)