diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f0822d..922d219 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -224,6 +224,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - name: Apply standard cisagov job preamble uses: cisagov/action-job-preamble@v1 @@ -351,6 +352,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - name: Apply standard cisagov job preamble uses: cisagov/action-job-preamble@v1 @@ -436,6 +438,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - name: Apply standard cisagov job preamble uses: cisagov/action-job-preamble@v1 diff --git a/setup.py b/setup.py index 49cc92a..16fe44c 100644 --- a/setup.py +++ b/setup.py @@ -80,6 +80,7 @@ def get_version(version_file): "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", ], python_requires=">=3.9", diff --git a/src/example/_version.py b/src/example/_version.py index a0fb112..871cf76 100644 --- a/src/example/_version.py +++ b/src/example/_version.py @@ -1,3 +1,3 @@ """This file defines the version of this module.""" -__version__ = "0.2.2" +__version__ = "0.3.0"