Skip to content

Commit

Permalink
Changed CI/CD workflows to use PyPy 3.10 instead of 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
noexec committed Aug 15, 2023
1 parent 6b12667 commit f8a92dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit f8a92dc

Please sign in to comment.