Skip to content

Commit

Permalink
remove pypy3 from tests
Browse files Browse the repository at this point in the history
until that build server has updated packages. as it doesn't have new elementpath
  • Loading branch information
byteface authored Apr 5, 2022
1 parent 29d938c commit c552f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, 3.10.0, 3.11-dev, pypy3]
python-version: [3.7, 3.8, 3.9, 3.10.0, 3.11-dev] #, pypy3]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c552f01

Please sign in to comment.