Skip to content

Commit 9aef5b5

Browse files
authored
Add python 3.13 to test matrix (#215)
* add 3.13 to test matrix * whatsnew
1 parent 028b31a commit 9aef5b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
11+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1212
requirements: ['']
1313
include:
1414
- requirements: "-r requirements-min.txt"

docs/whatsnew/v0.2.3.rst

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Documentation
2222

2323
Testing
2424
~~~~~~~
25+
* Add testing for python 3.13 (:pull:`215`).
2526

2627

2728
Contributors

0 commit comments

Comments
 (0)