Skip to content

Commit

Permalink
Handle SSLWantReadError and SSLWantWriteErrors on recv and send
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Aug 5, 2023
1 parent 1102216 commit c0a737b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,18 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [2.7, 3.6, 3.7, '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- pylintrc: .pylintrc37
- python-version: 2.7
pylintrc: .pylintrc
- os: windows-latest
python-version: 3.7
pylintrc: .pylintrc37

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
Expand Down

0 comments on commit c0a737b

Please sign in to comment.