Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Action: python3.11 -m pip install frozenlist #308

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/python_3_11-dev.yml
@@ -0,0 +1,21 @@
name: python_3_11-dev
on:
push:
pull_request:
workflow_dispatch:
jobs:
python_3_11-dev:
strategy:
fail-fast: false
matrix:
package:
- frozenlist # Fails
- git+https://github.com/aio-libs/frozenlist.git # Fails
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.11-dev
- run: python3.11 -m pip install --upgrade pip wheel
- run: python3.11 -m pip install --upgrade Cython
- run: python3.11 -m pip install ${{ matrix.package }}
18 changes: 9 additions & 9 deletions requirements/ci.txt
@@ -1,10 +1,10 @@
build==0.7.0
coverage==6.2
cython==0.29.26
mypy==0.931; implementation_name=="cpython"
pre-commit==2.16.0
pytest==6.2.5
build==0.8.0
coverage==6.4.2
cython==0.29.32
mypy==0.971; implementation_name=="cpython"
pre-commit==2.20.0
pytest==7.1.2
pytest-cov==3.0.0
towncrier==21.3.0
tox==3.24.5
twine==3.7.1
towncrier==21.9.0
tox==3.25.1
twine==4.0.1