Skip to content

Commit b15b917

Browse files
Merge pull request #175 from exonet/dependabot/pip/dot-github/workflows/patches-and-minor-upgrades-7a4bcabaaf
Bump poetry from 2.2.1 to 2.3.0 in /.github/workflows in the patches-and-minor-upgrades group
2 parents a8e57c1 + 1c40b39 commit b15b917

5 files changed

Lines changed: 489 additions & 398 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
55+
python-version: ['3.11', '3.12', '3.13']
5656
include:
5757
- poetry-version: latest
5858

@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: false
9797
matrix:
98-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
98+
python-version: ['3.11', '3.12', '3.13']
9999
include:
100100
- poetry-version: latest
101101

.github/workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip==25.3
2-
poetry==2.2.1
2+
poetry==2.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ manager.
8282

8383
You need at least:
8484

85-
- Python 3.9+
85+
- Python 3.11+
8686
- [Poetry][poetry-install]
8787

8888
Install all packages, including all development requirements:

0 commit comments

Comments
 (0)