File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 42
42
strategy :
43
43
fail-fast : false
44
44
matrix :
45
- python-version : [3.6, 3. 7, 3.8, 3.9]
45
+ python-version : [3.7, 3.8, 3.9]
46
46
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
58
47
# environmental variables used in coverage
59
48
env :
60
49
OS : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ Installing
16
16
Which Python?
17
17
-------------
18
18
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.
20
21
21
22
We recommend using the `Anaconda <https://www.anaconda.com/distribution >`__ Python
22
23
distribution to ensure you have all dependencies installed and the ``conda ``
Original file line number Diff line number Diff line change 28
28
"Intended Audience :: Education" ,
29
29
"Topic :: Scientific/Engineering" ,
30
30
"Topic :: Software Development :: Libraries" ,
31
- "Programming Language :: Python :: 3.6" ,
32
31
"Programming Language :: Python :: 3.7" ,
33
32
"Programming Language :: Python :: 3.8" ,
34
33
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments