Skip to content

Commit

Permalink
Add python 3.13 to test matrix (#215)
Browse files Browse the repository at this point in the history
* add 3.13 to test matrix

* whatsnew
  • Loading branch information
kandersolar authored Dec 13, 2024
1 parent 028b31a commit 9aef5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
requirements: ['']
include:
- requirements: "-r requirements-min.txt"
Expand Down
1 change: 1 addition & 0 deletions docs/whatsnew/v0.2.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Documentation

Testing
~~~~~~~
* Add testing for python 3.13 (:pull:`215`).


Contributors
Expand Down

0 comments on commit 9aef5b5

Please sign in to comment.