Skip to content

Commit 4a03721

Browse files
author
ushiboy
committed
Add workflows for Python 3.11, 3.12 and 3.13
1 parent f8c01a7 commit 4a03721

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
os: ubuntu-latest
2121
- python-version: '3.10'
2222
os: ubuntu-latest
23+
- python-version: '3.11'
24+
os: ubuntu-latest
25+
- python-version: '3.12'
26+
os: ubuntu-latest
27+
- python-version: '3.13'
28+
os: ubuntu-latest
2329
steps:
2430
- uses: actions/checkout@v4
2531
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)