File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 9
9
- ' *'
10
10
pull_request :
11
11
env :
12
- LATEST_PY_VERSION : ' 3.10 '
12
+ LATEST_PY_VERSION : ' 3.13 '
13
13
14
14
jobs :
15
15
tests :
16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- python-version : ['3.8', '3.9', '3.10', '3.11']
19
+ python-version :
20
+ - ' 3.8'
21
+ - ' 3.9'
22
+ - ' 3.10'
23
+ - ' 3.11'
24
+ - ' 3.12'
25
+ - ' 3.13'
20
26
21
27
steps :
22
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
23
29
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
25
31
with :
26
32
python-version : ${{ matrix.python-version }}
27
33
53
59
runs-on : ubuntu-latest
54
60
if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
55
61
steps :
56
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
57
63
- name : Set up Python
58
- uses : actions/setup-python@v4
64
+ uses : actions/setup-python@v5
59
65
with :
60
66
python-version : ${{ env.LATEST_PY_VERSION }}
61
67
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ classifiers = [
16
16
" Programming Language :: Python :: 3.9" ,
17
17
" Programming Language :: Python :: 3.10" ,
18
18
" Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3.12" ,
20
+ " Programming Language :: Python :: 3.13" ,
19
21
" Topic :: Scientific/Engineering :: GIS" ,
20
22
" Typing :: Typed" ,
21
23
]
You can’t perform that action at this time.
0 commit comments