Skip to content

Commit ae5082e

Browse files
authored
Merge pull request #14 from openwurl/version-2.0.0
Update to version 2.0.0
2 parents e289571 + 2644fd5 commit ae5082e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.4"]
1313

1414
steps:
1515
- uses: actions/checkout@v3

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = boto3-helpers
3-
version = 1.4.0
3+
version = 2.0.0
44
description = Helper utilities for boto3
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst
@@ -18,7 +18,7 @@ project_urls =
1818

1919
[options]
2020
packages = find:
21-
python_requires = >=3.6
21+
python_requires = >=3.8
2222
install_requires =
2323
boto3
2424
botocore

0 commit comments

Comments
 (0)