diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41de9c6..9c26cf8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,10 +21,9 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, windows-latest, macos-latest] - pyv: ['3.8', '3.9', '3.10'] + pyv: ['3.8', '3.9', '3.10', '3.11'] include: - {os: ubuntu-latest, pyv: 'pypy3.8'} - - {os: ubuntu-latest, pyv: '3.11.0-rc - 3.11', nox_pyv: '3.11'} steps: - name: Check out the repository diff --git a/setup.cfg b/setup.cfg index c8feb78..b68d21a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ tests = pytest-sugar==0.9.5 pytest-cov==3.0.0 pytest-mock==3.8.2 - pylint==2.14.5 + pylint==2.15.0 mypy==0.971 types-requests dev =