Skip to content

Commit 516727e

Browse files
committed
Bump required python version to 3.11
it's the version in debian stable, so it shouldn't limit anyone Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent a84ff44 commit 516727e

File tree

3 files changed

+34
-726
lines changed

3 files changed

+34
-726
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.20
1+
3.11.11

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "xcp-ng-tests"
33
version = "0.1.0"
44
description = "Testing scripts for XCP-ng"
55
readme = "README.md"
6-
requires-python = "~=3.8"
6+
requires-python = "~=3.11"
77
dependencies = [
88
"cryptography>=3.3.1",
99
"gitpython",

0 commit comments

Comments
 (0)