Skip to content

Commit a0c5236

Browse files
committed
ci: removed python versions for test
1 parent 67df2d3 commit a0c5236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: ['3.10', '3.11', '3.12']
10+
python-version: ['3.10']
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)