Skip to content

Commit

Permalink
Bump minimum supported Python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Grandi committed Jan 10, 2024
1 parent 242438a commit 76aefc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added `allegati` subcommand to list and extract attachments. See #32
* Allow more than one DatiRitenuta tag in DatiGeneraliDocumento, thanks
@tschager, see #38
* Bump minimum supported Python version to 3.11

# New in version 0.1.6

Expand Down
2 changes: 1 addition & 1 deletion publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ softwareType: library
dependsOn:
open:
- name: Python
versionMin: '3.5'
versionMin: '3.11'
optional: false
maintenance:
type: internal
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mypy_path = stubs
max-line-length = 120

[options]
python_requires = >= 3.6
python_requires = >= 3.11

0 comments on commit 76aefc0

Please sign in to comment.