Skip to content

Commit

Permalink
chore: update pypy version for cryptography 40 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanrak committed Jul 31, 2023
1 parent edaac21 commit 065e0e4
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
exclude:
- os: windows-latest
python-version: pypy3

python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -23,16 +19,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install PyPy 7.3.10
if: matrix.python-version == 'pypy3'
run: |
# Download PyPy 7.3.10 tarball for Python 3
curl -L -o pypy.tar.bz2 https://downloads.python.org/pypy/pypy3.7-v7.3.10-linux64.tar.bz2
# Extract the tarball
tar -xjf pypy.tar.bz2
# Add PyPy executable to the PATH
export PATH="$PWD/pypy3.7-v7.3.10-linux64/bin:$PATH"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 065e0e4

Please sign in to comment.