Skip to content

Commit

Permalink
🐍 Support Python 3.11 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez authored Dec 14, 2022
1 parent a4397d9 commit b0d045b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
include:
- os: ubuntu-latest
pip-cache: ~/.cache/pip
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "latex2mathml"
version = "3.74.2"
version = "3.75.0"
repository = "https://github.com/roniemartinez/latex2mathml"
description = "Pure Python library for LaTeX to MathML conversion"
authors = ["Ronie Martinez <[email protected]>"]
Expand All @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
]

Expand Down

0 comments on commit b0d045b

Please sign in to comment.