Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1aedd54

Browse files
committedFeb 5, 2024
fix: fix workflow python's versions
1 parent 8a1ef02 commit 1aedd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- '3.9'
2221
- '3.10'
22+
- '3.11'
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.