Skip to content

Commit

Permalink
Merge 5a15bee into e86cf20
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 18, 2022
2 parents e86cf20 + 5a15bee commit be50283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down Expand Up @@ -199,7 +198,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ def get_version(version_file):
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.6",
python_requires=">=3.7",
# What does your project relate to?
keywords="aws, guacamole, vpc",
packages=find_packages(where="src"),
Expand All @@ -91,7 +90,7 @@ def get_version(version_file):
install_requires=[
"boto3 == 1.20.37",
"docopt == 0.6.2",
"ec2-metadata == 2.6.0",
"ec2-metadata == 2.7.0",
"psycopg == 3.0.8",
"schema == 0.7.5",
"setuptools >= 24.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/guacscanner/_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__ = "1.1.9"
__version__ = "1.1.10"

0 comments on commit be50283

Please sign in to comment.