File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ The most up-to-date lexer and highlighter for [_Mathematica_](http://wolfram.com
88![ ] ( https://img.shields.io/travis/rsmenon/pygments-mathematica/master.svg?style=flat-square )
99![ ] ( https://img.shields.io/badge/python-3.9%2B-lightgrey.svg?style=flat-square )
1010![ ] ( https://img.shields.io/pypi/v/pygments-mathematica.svg?style=flat-square )
11- [ ![ tests] ( https://github.com/rsmenon/pygments-mathematica/actions/workflows/python-package.yml/badge.svg )] ( https://github.com/rsmenon/pygments-mathematica/actions/workflows/python-package.yml )
1211## Features
1312
1413It can currently lex and highlight:
Original file line number Diff line number Diff line change 11[bdist_wheel]
2- universal = 1
2+ universal = 0
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright (c) 2016 rsmenon
2+ # Copyright (c) 2025 rsmenon
33# Licensed under the MIT License (https://opensource.org/licenses/MIT)
44
55u"""This is the most up-to-date lexer and highlighter for Mathematica/Wolfram Language source code \
2222A Sass file containing the styles can be obtained from the package repository for use in static \
2323 website generators such as Jekyll, Octopress, Pelican, etc.
2424
25- © 2016 rsmenon
25+ © 2025 rsmenon
2626"""
2727
2828from setuptools import setup
4646 'Programming Language :: Python :: 3.9' ,
4747 'Programming Language :: Python :: 3.10' ,
4848 'Programming Language :: Python :: 3.11' ,
49+ 'Programming Language :: Python :: 3.12' ,
50+ 'Programming Language :: Python :: 3.13' ,
4951 'Topic :: Text Processing' ,
5052 'Topic :: Utilities' ,
5153 ],
5254 packages = ['mathematica' ],
53- install_requires = ['Pygments >= 2.7.4 ' ],
55+ install_requires = ['Pygments >= 2.19 ' ],
5456 include_package_data = False ,
5557 platforms = ['any' ],
5658 entry_points = {
You can’t perform that action at this time.
0 commit comments