Skip to content

Commit 5aeabef

Browse files
committed
Try with 3.10 and 3.11
1 parent 81c561d commit 5aeabef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
jobs:
1212
smoke_test:
1313
runs-on: ubuntu-latest
14-
name: Smoke Test for python
14+
name: Smoke Test for python versions
1515

1616
strategy:
1717
matrix:
18-
python-version: ["3.11"]
18+
python-version: ["3.10", "3.11"]
1919

2020
steps:
2121
- name: Checkout Code

0 commit comments

Comments
 (0)