Only test on 3.7 and 3.12
This commit is contained in:
parent
9fd4814e1f
commit
c0a23d04ca
|
|
@ -1,4 +1,4 @@
|
|||
name: pypi-publish
|
||||
name: ci
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
|
||||
version: ['3.7', '3.12']
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
Loading…
Reference in New Issue
Block a user