Skip to content

Commit a8fc7ec

Browse files
Bump minimum Python version to 3.8
1 parent 2eec699 commit a8fc7ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
1616

1717
### Changed
1818

19+
- Bump minimum Python version to 3.8
1920
- CICD: Disable fail-fast when testing loaders
2021

2122
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers = [
1212
{name = "Stéphane Caron", email = "stephane.caron@normalesup.org"},
1313
]
1414
dynamic = ['version', 'description']
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.8"
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",
1818
"Framework :: Robot Framework :: Library",

0 commit comments

Comments
 (0)