Skip to content

Commit d81aadd

Browse files
committed
add github action test with py3.13
1 parent ff4989d commit d81aadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: ["ubuntu-latest"]
41-
version: ["3.9", "3.10", "3.11", "3.12"]
41+
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4242
steps:
4343
- name: Checkout 🔖
4444
uses: actions/checkout@v3

0 commit comments

Comments
 (0)