Skip to content

Commit

Permalink
Only test on 3.7 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jul 9, 2024
1 parent 9fd4814 commit c0a23d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pypi-publish
name: ci
on:
push:
branches: [ master ]
Expand All @@ -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
Expand Down

0 comments on commit c0a23d0

Please sign in to comment.