File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ jobs:
224224 - " 3.11"
225225 - " 3.12"
226226 - " 3.13"
227+ - " 3.14"
227228 steps :
228229 - name : Apply standard cisagov job preamble
229230 uses : cisagov/action-job-preamble@v1
@@ -351,6 +352,7 @@ jobs:
351352 - " 3.11"
352353 - " 3.12"
353354 - " 3.13"
355+ - " 3.14"
354356 steps :
355357 - name : Apply standard cisagov job preamble
356358 uses : cisagov/action-job-preamble@v1
@@ -436,6 +438,7 @@ jobs:
436438 - " 3.11"
437439 - " 3.12"
438440 - " 3.13"
441+ - " 3.14"
439442 steps :
440443 - name : Apply standard cisagov job preamble
441444 uses : cisagov/action-job-preamble@v1
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ def get_version(version_file):
8080 "Programming Language :: Python :: 3.11" ,
8181 "Programming Language :: Python :: 3.12" ,
8282 "Programming Language :: Python :: 3.13" ,
83+ "Programming Language :: Python :: 3.14" ,
8384 "Programming Language :: Python :: Implementation :: CPython" ,
8485 ],
8586 python_requires = ">=3.9" ,
Original file line number Diff line number Diff line change 11"""This file defines the version of this module."""
22
3- __version__ = "0.2.2 "
3+ __version__ = "0.3.0 "
You can’t perform that action at this time.
0 commit comments