diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c0362fc..af91b33 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10, 3.13"] steps: - uses: actions/checkout@v3 diff --git a/luaparser/__init__.py b/luaparser/__init__.py index 1da6a55..88c513e 100644 --- a/luaparser/__init__.py +++ b/luaparser/__init__.py @@ -1 +1 @@ -__version__ = "3.2.1" +__version__ = "3.3.0"