Skip to content

Commit

Permalink
Merge branch 'refactor/asynctest_to_pytest_asyncio'
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jan 10, 2025
2 parents cc8f7f5 + cce304c commit fcb3cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: true
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.9", "3.10" ]
python-version: [ "3.9", "3.10", "3.11" ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This library is inspired by imaplib_ and imaplib2_ from Piers Lauder, Nicolas Se

The aim is to port the imaplib with asyncio_, to benefit from the sleep or treat model.

It runs with python 3.7, 3.8, 3.9, 3.10.
It runs with python 3.9, 3.10, 3.11.

Example
-------
Expand Down

0 comments on commit fcb3cd7

Please sign in to comment.