We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ed883 commit 7e08b09Copy full SHA for 7e08b09
.github/workflows/run-tests.yml
@@ -85,12 +85,12 @@ jobs:
85
strategy:
86
matrix:
87
os: [ubuntu-latest]
88
- version: ['3.9', '3.10']
+ version: ['3.10', '3.11']
89
include:
90
- - version: '3.9'
91
- tox-env: pypy39
92
- version: '3.10'
93
tox-env: pypy310
+ - version: '3.11'
+ tox-env: pypy311
94
steps:
95
- uses: actions/checkout@v4
96
- uses: actions/setup-python@v5
Makefile
@@ -69,5 +69,5 @@ pypy-shell:
69
@docker run -it \
70
--mount src=`pwd`,target=/usr/src/app,type=bind \
71
--workdir /usr/src/app \
72
- pypy:3.10-7.3-slim-buster \
+ pypy:3.10-7.3-slim \
73
/bin/sh -c 'pip install -e . && basilisp repl'
0 commit comments