Skip to content

Commit

Permalink
Merge pull request #59 from Mathics3/bump-testing-versions
Browse files Browse the repository at this point in the history
Bump testing versions
  • Loading branch information
rocky authored Feb 20, 2024
2 parents cd92271 + 8043d67 commit c11fe91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.6.15 3.7.16 3.8.18 3.9.18 3.10.13 pyston-2.3.5 3.11.7 3.12.1'
export PYVERSIONS='3.8.18 3.9.18 3.10.13 pyston-2.3.5 3.11.8 3.12.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def read(*rnames):
EXTRAS_REQUIRE[kind] = extras_require


def subdirs(root:str, file="*.*", depth=10):
def subdirs(root: str, file="*.*", depth=10):
for k in range(depth):
yield root + "*/" * k + file

Expand Down

0 comments on commit c11fe91

Please sign in to comment.