Skip to content

Commit d8ff821

Browse files
committed
Merge branch 'master' of github.com:rocky/python3-trepan
2 parents dd7df2c + a240098 commit d8ff821

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
shell: /bin/bash --login
1212
working_directory: ~/rocky/python3-trepan
1313
docker:
14-
- image: circleci/python:3.7
14+
- image: circleci/python:3.8
1515
steps:
1616
- checkout # checkout source code to working directory
1717
- run:

admin-tools/pyenv-newer-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
77
exit 1
88
fi
99

10-
export PYVERSIONS='3.6.15 3.7.12 3.8.12 3.9.9'
10+
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

Comments
 (0)