Only test on 3.7 and 3.12

This commit is contained in:
7x11x13 2024-07-09 11:07:07 -04:00
parent 9fd4814e1f
commit c0a23d04ca

View File

@ -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