Skip to content

Commit def545c

Browse files
committed
CI: Test with python 3.13
1 parent 7f331c4 commit def545c

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
strategy:
4747
matrix:
48-
python-version: [3.12]
48+
python-version: [3.13]
4949

5050
steps:
5151
- name: Checkout Code

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
python-version: ["3.12"]
25+
python-version: ["3.13"]
2626

2727
steps:
2828
- name: Checkout Code
@@ -68,7 +68,7 @@ jobs:
6868

6969
strategy:
7070
matrix:
71-
python-version: ["3.12"]
71+
python-version: ["3.13"]
7272

7373
steps:
7474
- name: Checkout Code

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
include:
2727
- python-version: "3.10"
2828
resolution: "lowest-direct"
29-
- python-version: 3.12
29+
- python-version: 3.13
3030
resolution: "highest"
3131
steps:
3232
- name: Checkout Code
@@ -91,7 +91,7 @@ jobs:
9191

9292
strategy:
9393
matrix:
94-
python-version: [3.12]
94+
python-version: [3.13]
9595
steps:
9696
- name: Checkout Code
9797
uses: actions/checkout@v4
@@ -134,7 +134,7 @@ jobs:
134134

135135
strategy:
136136
matrix:
137-
python-version: [3.12]
137+
python-version: [3.13]
138138

139139
steps:
140140
- name: Checkout Code

.github/workflows/weekly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: [3.12]
16+
python-version: [3.13]
1717

1818
steps:
1919
- name: Checkout Code
@@ -57,7 +57,7 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
python-version: [3.12]
60+
python-version: [3.13]
6161

6262
steps:
6363
- name: Checkout Code
@@ -102,7 +102,7 @@ jobs:
102102

103103
strategy:
104104
matrix:
105-
python-version: [3.12]
105+
python-version: [3.13]
106106

107107
steps:
108108
- name: Get latest release with tag from GitHub API
@@ -157,7 +157,7 @@ jobs:
157157

158158
strategy:
159159
matrix:
160-
python-version: [3.12]
160+
python-version: [3.13]
161161

162162
steps:
163163
- name: Get latest release with tag from GitHub API
@@ -215,7 +215,7 @@ jobs:
215215

216216
strategy:
217217
matrix:
218-
python-version: [3.12]
218+
python-version: [3.13]
219219

220220
steps:
221221
- name: Checkout Code
@@ -254,7 +254,7 @@ jobs:
254254

255255
strategy:
256256
matrix:
257-
python-version: [3.12]
257+
python-version: [3.13]
258258

259259
steps:
260260
- name: Checkout Code

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2122
"Framework :: Matplotlib",
2223
"Topic :: Scientific/Engineering :: Visualization"
2324
]

0 commit comments

Comments
 (0)