Skip to content

Commit

Permalink
Add Python3.13 in CI matrix (chipsec#2328)
Browse files Browse the repository at this point in the history
* Update tests.yml

* Update tests.yml
  • Loading branch information
jun2zhou authored Oct 14, 2024
1 parent 824bb50 commit 7f4df2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,14 @@ jobs:
strategy:
matrix:
versions:
- {window: "2019", python: "3.13"}
- {window: "2019", python: "3.11"}
- {window: "2019", python: "3.10"}
- {window: "2019", python: "3.9"}
- {window: "2019", python: "3.8"}
- {window: "2019", python: "3.7"}

- {window: "2022", python: "3.13"}
- {window: "2022", python: "3.11"}
- {window: "2022", python: "3.10"}
- {window: "2022", python: "3.9"}
Expand Down Expand Up @@ -212,12 +214,14 @@ jobs:
strategy:
matrix:
versions:
- {ubuntu: "22.04", python: "3.13"}
- {ubuntu: "22.04", python: "3.11"}
- {ubuntu: "22.04", python: "3.10"}
- {ubuntu: "22.04", python: "3.9"}
- {ubuntu: "22.04", python: "3.8"}
- {ubuntu: "22.04", python: "3.7"}

- {ubuntu: "20.04", python: "3.13"}
- {ubuntu: "20.04", python: "3.11"}
- {ubuntu: "20.04", python: "3.10"}
- {ubuntu: "20.04", python: "3.9"}
Expand Down

0 comments on commit 7f4df2d

Please sign in to comment.