Skip to content

Commit

Permalink
Cleanup excludes, as everything seem to run smoothly now
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Oct 21, 2023
1 parent 6f5163e commit 3cf5d49
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,11 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8"]
os: [ubuntu-latest, macos-latest, windows-latest]
# test pypy3 only on ubuntu as cryptography requires rust compilation
# which slows the pipeline and was not currently working on macos
# commented out for testing if these are still necessary
# Exclude example, in case needed again in the future:
# exclude:
# - python-version: pypy3.8
# os: macos-latest
# - python-version: pypy3.8
# os: windows-latest


steps:
- uses: "actions/checkout@v3"
Expand Down

0 comments on commit 3cf5d49

Please sign in to comment.