Skip to content

Commit

Permalink
Administriva: bump testing Python versions
Browse files Browse the repository at this point in the history
And titles on workflows actoins
  • Loading branch information
rocky committed Feb 25, 2023
1 parent e436501 commit 30b4c7c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consistency-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mathics (Consistency Checks)
name: Mathics3 (Consistency Checks)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mathics (OSX)
name: Mathics3 (OSX)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-cython.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mathics (ubuntu full with Cython)
name: Mathics3 (ubuntu full with Cython)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mathics (ubuntu)
name: Mathics3 (ubuntu)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mathics (Windows)
name: Mathics3 (Windows)

on:
push:
Expand Down
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.13 pyston-2.3.4 pypy3.9-7.3.9 3.8.13 3.9.13 3.10.5'
export PYVERSIONS='3.6.15 3.7.16 pyston-2.3.5 pypy3.9-7.3.11 3.8.16 3.9.16 3.10.10'

0 comments on commit 30b4c7c

Please sign in to comment.