Skip to content

Commit db5b9c9

Browse files
committed
fix: updated python versions
1 parent 6439edb commit db5b9c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- '3.9'
2221
- '3.10'
22+
- "3.11"
23+
- "3.12"
2324

2425
steps:
2526
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)