Skip to content

Commit

Permalink
move 3.10 from experimental builds to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Oct 6, 2021
1 parent 6dbdf64 commit 539e6e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 14 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
needs: lint
strategy:
matrix:
pyver: [3.7, 3.8, 3.9]
pyver: [3.7, 3.8, 3.9, '3.10']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
exclude:
Expand All @@ -93,15 +93,8 @@ jobs:
# - pyver: pypy3
# no-extensions: 'Y'
# os: ubuntu
experimental: [false]
include:
- os: Ubuntu
pyver: "3.10.0-alpha - 3.10.0"
experimental: true
no-extensions: 'Y'
fail-fast: true
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 15
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion docs/third_party.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,6 @@ ask to raise the status.

- `aiohttp-retry <https://github.com/inyutin/aiohttp_retry>`_
Wrapper for aiohttp client for retrying requests. Python 3.6+ required.

- `aiohttp-socks <https://github.com/romis2012/aiohttp-socks>`_
SOCKS proxy connector for aiohttp.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pyparsing==2.4.7
# via
# -r requirements/lint.txt
# packaging
pytest==6.2.4
pytest==6.2.5
# via
# -r requirements/lint.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -223,7 +223,7 @@ requests==2.25.1
# sphinx
setuptools-git==1.2
# via -r requirements/test.txt
six==1.15.0
six==1.16.0
# via
# -r requirements/lint.txt
# cryptography
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ flake8-pyi==20.10.0
isort==5.9.3
mypy==0.910; implementation_name=="cpython"
pre-commit==2.15.0
pytest==6.2.2
pytest==6.2.5
types-chardet==0.1.3
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pyflakes==2.3.0
# flake8-pyi
pyparsing==2.4.7
# via packaging
pytest==6.2.4
pytest==6.2.5
# via -r requirements/lint.in
pyyaml==5.4.1
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ freezegun==1.1.0
mypy==0.910; implementation_name=="cpython"
mypy-extensions==0.4.3; implementation_name=="cpython"
proxy.py==2.3.1
pytest==6.2.2
pytest==6.2.5
pytest-cov==3.0.0
pytest-mock==3.6.1
re-assert==1.1.0
Expand Down

0 comments on commit 539e6e3

Please sign in to comment.