File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ Installing
1616Which 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
2122We recommend using the `Anaconda <https://www.anaconda.com/distribution >`__ Python
2223distribution to ensure you have all dependencies installed and the ``conda ``
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments