Skip to content

Commit

Permalink
ci: avoid running on Python 3.11 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 25, 2021
1 parent 4a1f3b2 commit 4c5c4cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- '3.6'
- '3.9'
- '3.10'
- '3.11-dev'
# - '3.11-dev'
- pypy-3.7

# Items in here will either be added to the build matrix (if not
Expand Down Expand Up @@ -186,11 +186,11 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.9
- python-version: "3.10"
python-debug: true
valgrind: true
- python-version: 3.11-dev
python-debug: false
# - python-version: "3.11-dev"
# python-debug: false

name: "🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c5c4cc

Please sign in to comment.