We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eec699 commit a8fc7ecCopy full SHA for a8fc7ec
CHANGELOG.md
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
16
17
### Changed
18
19
+- Bump minimum Python version to 3.8
20
- CICD: Disable fail-fast when testing loaders
21
22
### Fixed
pyproject.toml
@@ -12,7 +12,7 @@ maintainers = [
12
{name = "Stéphane Caron", email = "stephane.caron@normalesup.org"},
13
]
14
dynamic = ['version', 'description']
15
-requires-python = ">=3.7"
+requires-python = ">=3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Robot Framework :: Library",
0 commit comments