Skip to content

Commit e1b861c

Browse files
authored
Update PyPy version in GitHub Actions workflow (#314)
* Update PyPy version in GitHub Actions workflow * Bump Python version for MyPy.
1 parent 9f4a362 commit e1b861c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
strategy:
2424
matrix:
25-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.10']
25+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.11']
2626
env:
2727
# Configure a constant location for the uv cache
2828
UV_CACHE_DIR: /tmp/.uv-cache

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ select = [
124124
max-complexity = 8
125125

126126
[tool.mypy]
127-
python_version = "3.8"
127+
python_version = "3.13"
128128
files = [
129129
"mocket/exceptions.py",
130130
"mocket/compat.py",

0 commit comments

Comments
 (0)