Skip to content

Commit

Permalink
Python 3.12 disabled from CI due to aiohttp error
Browse files Browse the repository at this point in the history
  • Loading branch information
amenezes committed Oct 24, 2023
1 parent 0781998 commit 367a5b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu]
fail-fast: true
runs-on: ${{ matrix.os }}-latest
Expand All @@ -29,7 +29,6 @@ jobs:
path: "./requirements-dev.txt"
- name: Run lint & tests
run: |
pip install cython && \
make ci SKIP_STYLE=true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 367a5b3

Please sign in to comment.