Skip to content

Commit 7e08b09

Browse files
committed
Bump PyPy versions
1 parent 58ed883 commit 7e08b09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
strategy:
8686
matrix:
8787
os: [ubuntu-latest]
88-
version: ['3.9', '3.10']
88+
version: ['3.10', '3.11']
8989
include:
90-
- version: '3.9'
91-
tox-env: pypy39
9290
- version: '3.10'
9391
tox-env: pypy310
92+
- version: '3.11'
93+
tox-env: pypy311
9494
steps:
9595
- uses: actions/checkout@v4
9696
- uses: actions/setup-python@v5

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ pypy-shell:
6969
@docker run -it \
7070
--mount src=`pwd`,target=/usr/src/app,type=bind \
7171
--workdir /usr/src/app \
72-
pypy:3.10-7.3-slim-buster \
72+
pypy:3.10-7.3-slim \
7373
/bin/sh -c 'pip install -e . && basilisp repl'

0 commit comments

Comments
 (0)