Skip to content

Commit

Permalink
Administriva:
Browse files Browse the repository at this point in the history
update versions
  • Loading branch information
rocky committed Aug 8, 2024
1 parent aaf7d77 commit 5d63ea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.13 3.7.10 3.8.10 pypy3.7-7.3.3 pyston-2.2 3.9.5'
export PYVERSIONS='3.6 3.7 3.8 pypy3.7 3.9 3.10 3.11 3.12'
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
A Sass file containing the styles can be obtained from the package repository for use in static \
website generators such as Jekyll, Octopress, Pelican, etc.
Copyright 2021 Rocky Bernstein
Copyright 2021, 2024 Rocky Bernstein
(C) 2016 rsmenon
"""

Expand Down Expand Up @@ -75,6 +75,9 @@ def read(*rnames):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Text Processing",
"Topic :: Utilities",
],
Expand All @@ -84,7 +87,7 @@ def read(*rnames):
"data/mma-tables.json",
],
},
install_requires=["Pygments >= 2.9.0", "Mathics_Scanner>=1.2.0"],
install_requires=["Pygments >= 2.9.0", "Mathics_Scanner>=1.3.0"],
include_package_data=False,
platforms=["any"],
entry_points={
Expand Down

0 comments on commit 5d63ea8

Please sign in to comment.