8000 workflows/ci: add Python 3.11 to matrix (#286) · tetsuo-cpp/sigstore-python@230d9dc · GitHub
[go: up one dir, main page]

Skip to content < 8000 link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/keyboard-shortcuts-dialog.47de85e2c17af43cefd5.module.css" />

Commit 230d9dc

Browse files
authored
workflows/ci: add Python 3.11 to matrix (sigstore#286)
* workflows/ci: add Python 3.11 to matrix Signed-off-by: William Woodruff <william@trailofbits.com> * pyproject: add Python 3.11 classifier Signed-off-by: William Woodruff <william@trailofbits.com> Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 4d2329d commit 230d9dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "3.8"
2121
- "3.9"
2222
- "3.10"
23+
- "3.11"
2324
runs-on: ubuntu-latest
2425
steps:
2526
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.8",
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
2223
"Development Status :: 4 - Beta",
2324
"Intended Audience :: Developers",
2425
"Topic :: Security",

0 commit comments

Comments
 (0)
0