File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 45
45
46
46
strategy :
47
47
matrix :
48
- python-version : [3.12 ]
48
+ python-version : [3.13 ]
49
49
50
50
steps :
51
51
- name : Checkout Code
Original file line number Diff line number Diff line change 22
22
23
23
strategy :
24
24
matrix :
25
- python-version : ["3.12 "]
25
+ python-version : ["3.13 "]
26
26
27
27
steps :
28
28
- name : Checkout Code
68
68
69
69
strategy :
70
70
matrix :
71
- python-version : ["3.12 "]
71
+ python-version : ["3.13 "]
72
72
73
73
steps :
74
74
- name : Checkout Code
Original file line number Diff line number Diff line change 26
26
include :
27
27
- python-version : " 3.10"
28
28
resolution : " lowest-direct"
29
- - python-version : 3.12
29
+ - python-version : 3.13
30
30
resolution : " highest"
31
31
steps :
32
32
- name : Checkout Code
91
91
92
92
strategy :
93
93
matrix :
94
- python-version : [3.12 ]
94
+ python-version : [3.13 ]
95
95
steps :
96
96
- name : Checkout Code
97
97
uses : actions/checkout@v4
@@ -134,7 +134,7 @@ jobs:
134
134
135
135
strategy :
136
136
matrix :
137
- python-version : [3.12 ]
137
+ python-version : [3.13 ]
138
138
139
139
steps :
140
140
- name : Checkout Code
Original file line number Diff line number Diff line change 13
13
14
14
strategy :
15
15
matrix :
16
- python-version : [3.12 ]
16
+ python-version : [3.13 ]
17
17
18
18
steps :
19
19
- name : Checkout Code
57
57
58
58
strategy :
59
59
matrix :
60
- python-version : [3.12 ]
60
+ python-version : [3.13 ]
61
61
62
62
steps :
63
63
- name : Checkout Code
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
strategy :
104
104
matrix :
105
- python-version : [3.12 ]
105
+ python-version : [3.13 ]
106
106
107
107
steps :
108
108
- name : Get latest release with tag from GitHub API
@@ -157,7 +157,7 @@ jobs:
157
157
158
158
strategy :
159
159
matrix :
160
- python-version : [3.12 ]
160
+ python-version : [3.13 ]
161
161
162
162
steps :
163
163
- name : Get latest release with tag from GitHub API
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
strategy :
217
217
matrix :
218
- python-version : [3.12 ]
218
+ python-version : [3.13 ]
219
219
220
220
steps :
221
221
- name : Checkout Code
@@ -254,7 +254,7 @@ jobs:
254
254
255
255
strategy :
256
256
matrix :
257
- python-version : [3.12 ]
257
+ python-version : [3.13 ]
258
258
259
259
steps :
260
260
- name : Checkout Code
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers = [
18
18
" Programming Language :: Python :: 3.10" ,
19
19
" Programming Language :: Python :: 3.11" ,
20
20
" Programming Language :: Python :: 3.12" ,
21
+ " Programming Language :: Python :: 3.13" ,
21
22
" Framework :: Matplotlib" ,
22
23
" Topic :: Scientific/Engineering :: Visualization"
23
24
]
You can’t perform that action at this time.
0 commit comments