Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows-latest, ubuntu-latest ]
python: [ "3.8","3.10","3.11","3.12", "pypy-3.8" ]
python: [ "3.8", "3.10", "3.11", "3.12", "pypy-3.11" ]

steps:
- uses: actions/checkout@v5
Expand Down
1 change: 1 addition & 0 deletions changelog.d/375.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test on pypy-3.11 instead of pypy-3.8
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ module = [
"gevent.thread.*",
]
ignore_missing_imports = true

[tool.towncrier]
filename = "CHANGELOG.rst"
directory = "changelog.d"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py{38,39,310,311,312,pypy38},docs,linting
envlist=py{38,39,310,311,312,pypy311},docs,linting
isolated_build = true

[testenv]
Expand Down