Skip to content

Commit

Permalink
Stop testing with pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 22, 2023
1 parent b0485c6 commit e9112b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Changes

* [BREAKING] drop support for other configuration file formats than yaml
* Ensure git pull is always done in fast-forward mode
* Drop support for python 3.6, test with python 3.11
* Drop support for python 3.6, test with python 3.11, stop testing with pypy

3.0.1 (2022-09-21)
------------------
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ python =
3.9: py39
3.10: py310
3.11: py311
pypy3: pypy3

[tox]
envlist = py37, py38, py39, py310, py311, pypy3
envlist = py37, py38, py39, py310, py311

[testenv]
passenv =
Expand Down

0 comments on commit e9112b2

Please sign in to comment.