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.
2 parents dd7df2c + a240098 commit d8ff821Copy full SHA for d8ff821
2 files changed
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
shell: /bin/bash --login
12
working_directory: ~/rocky/python3-trepan
13
docker:
14
- - image: circleci/python:3.7
+ - image: circleci/python:3.8
15
steps:
16
- checkout # checkout source code to working directory
17
- run:
admin-tools/pyenv-newer-versions
@@ -7,4 +7,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
7
exit 1
8
fi
9
10
-export PYVERSIONS='3.6.15 3.7.12 3.8.12 3.9.9'
+export PYVERSIONS='3.6.15 pypy3.6-7.3.1 3.7.16 pypy3.7-7.3.9 pypy3.8-7.3.10 pypy3.9-7.3.10 pyston-2.3.5 3.8.16 3.9.16 3.10.9'
0 commit comments