Skip to content

Commit 6ce8eb7

Browse files
committed
Allow project to use Python 3.9
1 parent 78af772 commit 6ce8eb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
script: tox
55
variables:
66
PYTHON_VERSION: '3.10'
7+
needs: []
78

89
stages:
910
- codestyle

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = {file = "LICENSE"}
1111
authors = [
1212
{name = "Python Biella", email = "[email protected]"},
1313
]
14-
requires-python = ">=3.10"
14+
requires-python = ">=3.9"
1515
dependencies = []
1616

1717
[tool.coverage.report]

0 commit comments

Comments
 (0)