File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 56
56
strategy :
57
57
fail-fast : false
58
58
matrix :
59
- python-version : ['3.10 ', '3.13']
59
+ python-version : ['3.11 ', '3.13']
60
60
os : [ubuntu-latest, macos-latest, windows-latest]
61
61
# Is it a draft Pull Request (true or false)?
62
62
isDraft :
68
68
- os : windows-latest
69
69
isDraft : true
70
70
include :
71
- # Python 3.10 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
72
- - python-version : ' 3.10 '
71
+ # Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
72
+ - python-version : ' 3.11 '
73
73
numpy-version : ' 1.24'
74
74
pandas-version : ' =2.0'
75
75
xarray-version : ' =2023.04'
80
80
pandas-version : ' '
81
81
xarray-version : ' '
82
82
optional-packages : ' contextily geopandas>=1.0 ipython pyarrow rioxarray sphinx-gallery'
83
- # Python 3.11 + core packages (Linux only)
83
+ # Python 3.12 + core packages (Linux only)
84
84
- os : ' ubuntu-latest'
85
- python-version : ' 3.11 '
85
+ python-version : ' 3.12 '
86
86
numpy-version : ' '
87
87
pandas-version : ' '
88
88
xarray-version : ' '
Original file line number Diff line number Diff line change 59
59
- conda-forge
60
60
- nodefaults
61
61
create-args : >-
62
- python=3.10
62
+ python=3.11
63
63
gmt=${{ matrix.gmt_version }}
64
64
ghostscript<10
65
65
numpy<2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- conda-forge
4
4
- nodefaults
5
5
dependencies :
6
- - python>=3.10
6
+ - python>=3.11
7
7
# Required dependencies
8
8
- gmt=6.5.0
9
9
- ghostscript=10.04.0
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def test_put_vector_string_dtype():
126
126
"2021-02-03T00:00:00" ,
127
127
"2021-02-03T04:00:00" ,
128
128
"2021-02-03T04:05:06" ,
129
- f"{ datetime .datetime .now (tz = datetime .timezone . utc ).strftime ('%Y-%m-%d' )} T04:50:06" ,
129
+ f"{ datetime .datetime .now (tz = datetime .UTC ).strftime ('%Y-%m-%d' )} T04:50:06" ,
130
130
],
131
131
]
132
132
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
name = " pygmt"
7
7
description = " A Python interface for the Generic Mapping Tools"
8
8
readme = " README.md"
9
- requires-python = " >=3.10 "
9
+ requires-python = " >=3.11 "
10
10
authors = [{name = " The PyGMT Developers" , email = " pygmt.team@gmail.com" }]
11
11
keywords = [
12
12
" cartography" ,
@@ -24,7 +24,6 @@ classifiers = [
24
24
" Intended Audience :: Education" ,
25
25
" Topic :: Scientific/Engineering" ,
26
26
" Topic :: Software Development :: Libraries" ,
27
- " Programming Language :: Python :: 3.10" ,
28
27
" Programming Language :: Python :: 3.11" ,
29
28
" Programming Language :: Python :: 3.12" ,
30
29
" Programming Language :: Python :: 3.13" ,
You can’t perform that action at this time.
0 commit comments