mozilla / sphinx-js

Autodoc-style extraction into Sphinx for your JS project
https://pypi.python.org/pypi/sphinx-js/
MIT License
282 stars 81 forks source link

ci.yml: Add Python 3.12 and 3.13 to the testing #245

Open cclauss opened 1 week ago

cclauss commented 1 week ago
    strategy:
      matrix:
-       python-version: ['3.8', '3.9', '3.10', '3.11']
+       python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']