Skip to content

Commit 02de6c6

Browse files
Enforce Python 3.9+, Poetry 1.4+
1 parent 5324fd0 commit 02de6c6

File tree

5 files changed

+883
-866
lines changed

5 files changed

+883
-866
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.7', '3.8', '3.9', '3.10']
13+
python-version: ['3.9', '3.10', '3.11']
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Poetry
2121
uses: snok/install-poetry@v1
2222
with:
23-
version: 1.1.11
23+
version: 1.4.0
2424
virtualenvs-create: true
2525
virtualenvs-in-project: true
2626
- name: Load cached venv

.python-version

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
3.7.13
2-
3.8.13
3-
3.9.12
4-
3.10.4
1+
3.9.16
2+
3.10.10
3+
3.11.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Most of the code for this came from the aioboto3 tests themselves at https://git
1010

1111
## Running the example test
1212

13-
- Poetry 1.1+
13+
- Poetry 1.4+
1414
- Python 3.9+ (although probably Python 3.7+ will work)
1515

1616
```

0 commit comments

Comments
 (0)