Skip to content

Commit

Permalink
chore: new build conditional
Browse files Browse the repository at this point in the history
Removes python setup.pt test from latest python versions.
  • Loading branch information
joamag committed Aug 4, 2024
1 parent 2b8d2ce commit 419d458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ jobs:
pip install pytest
ADAPTER=tiny HTTPBIN=httpbin.bemisc.com pytest
- run: ADAPTER=tiny HTTPBIN=httpbin.bemisc.com pypy setup.py test
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'

0 comments on commit 419d458

Please sign in to comment.