Skip to content

Commit d395d24

Browse files
authored
Update main.yml
1 parent a59cb90 commit d395d24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: python lib
2-
1+
name: tests
32
on:
43
push:
54
branches: [main]
@@ -14,9 +13,10 @@ jobs:
1413
matrix:
1514
python-version:
1615
- "3.6"
17-
- "3.7"
18-
- "3.8"
1916
- "3.9"
17+
- "3.9"
18+
- "3.11"
19+
- "3.12"
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)