diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ecfb5..01237d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.12', '3.13', '3.14'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - name: Cancel previous runs diff --git a/pyproject.toml b/pyproject.toml index 2e11f95..0a0cf1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,6 @@ dependencies = [ requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.metadata] -allow-direct-references = true - [tool.hatch.version] path = "sectionate/version.py" diff --git a/sectionate/version.py b/sectionate/version.py index 3c04d5a..c4589c1 100644 --- a/sectionate/version.py +++ b/sectionate/version.py @@ -1,3 +1,3 @@ """sectionate: version information""" -__version__ = "0.3.2" +__version__ = "0.3.3"