Skip to content

Commit

Permalink
Merge pull request #109 from cisagov/improvement/add_support_for_pyth…
Browse files Browse the repository at this point in the history
…on_3.11

Add support for Python 3.11
  • Loading branch information
mcdonnnj authored Jan 7, 2023
2 parents cbc0157 + abd6218 commit 65604c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
include:
- os: ubuntu-20.04
python-version: "3.6"
Expand Down Expand Up @@ -208,6 +209,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
include:
- os: ubuntu-20.04
python-version: "3.6"
Expand Down Expand Up @@ -259,6 +261,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
include:
- os: ubuntu-20.04
python-version: "3.6"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_version(version_file):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
],
python_requires=">=3.6",
Expand Down
2 changes: 1 addition & 1 deletion src/example/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 65604c7

Please sign in to comment.