diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cffac6..ecb1a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: test-venv: strategy: matrix: - python-version: ['3.x', '3.10', '3.9', '3.8', 'pypy3.9', 'pypy3.8'] + python-version: ['3.x', '3.10', '3.9', '3.8', 'pypy3.10', 'pypy3.8'] platform: [ubuntu, windows] architecture: [x64, x86] exclude: @@ -28,7 +28,7 @@ jobs: - platform: windows python-version: '3.9' - platform: windows - python-version: 'pypy3.9' + python-version: 'pypy3.10' - platform: windows python-version: 'pypy3.8' diff --git a/README.md b/README.md index da7e54e..6e294ae 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Overall, _curldl_ is expected to not have any issues in any environment with Pyt A simplified configuration matrix covered by [CI/CD test + build pipeline](https://github.com/noexec/curldl/actions/workflows/ci.yml) at the time of writing this document is presented below: -| Platform | CPython 3.8 | CPython 3.9, PyPy 3.8–3.9 | CPython 3.10 | CPython 3.11 | +| Platform | CPython 3.8 | CPython 3.9, PyPy 3.8+3.10 | CPython 3.10 | CPython 3.11 | |-------------|-----------------------|----------------------------|----------------|--------------| | Ubuntu-x64 | venv, conda, platform | venv | venv, platform | venv, conda | | Windows-x64 | venv, conda | | | venv, conda |