From 943e5fa2ebc35a76734c1e71a479fc9ec9ee14c6 Mon Sep 17 00:00:00 2001 From: jakub-safetycli Date: Fri, 18 Oct 2024 11:30:37 -0700 Subject: [PATCH] Release 0.6.4 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f849426..1f9e31e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index acf9b20..8f3b3ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dparse" -version = "0.6.4b0" +version = "0.6.4" description = "A parser for Python dependency files" keywords = ["dparse"] readme = "README.rst" @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.12", ] requires-python = ">=3.7" dependencies = [ @@ -79,4 +79,4 @@ version_scheme = "pep440" version_provider = "pep621" update_changelog_on_bump = false annotated_tag = true -changelog_incremental = false \ No newline at end of file +changelog_incremental = false