Skip to content

Commit 9d64f5c

Browse files
Bump python version in rocky 9
1 parent 76202da commit 9d64f5c

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python_version: 3.11
5656
- distro: rocky_9
5757
os_release: 2024.2
58-
python_version: 3.9
58+
python_version: 3.11
5959
- distro: ubuntu_22
6060
os_release: 2024.2
6161
python_version: "3.10"
@@ -64,7 +64,7 @@ jobs:
6464
python_version: 3.11
6565
- distro: rocky_9
6666
os_release: 2025.1
67-
python_version: 3.9
67+
python_version: 3.11
6868
- distro: ubuntu_24
6969
os_release: 2025.1
7070
python_version: 3.12

requirements/2023.2/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "Bobcat"
33
version= "2023.2"
4+
requires-python = ">3.9"
45
dependencies = [
56
"ansible-core>=2.14,<2.16", # GPLv3
67
"kolla-ansible<18.0", # Apache-2.0

requirements/2024.1/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name ="Caracal"
33
version= "2024.1"
4+
requires-python = ">3.9"
45
dependencies = [
56
"ansible-core>=2.15,<2.16.99", # GPLv3
67
"kolla-ansible<19.0", # Apache-2.0

requirements/2024.2/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name ="Dalmatian"
33
version= "2024.2"
4+
requires-python = ">3.10"
45
dependencies = [
56
"ansible-core>=2.16,<2.17.99", # GPLv3
67
"kolla-ansible<20.0", # Apache-2.0

requirements/2025.1/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name ="Epoxy"
33
version= "2025.1"
4+
requires-python = ">3.10"
45
dependencies = [
56
"ansible-core>=2.16,<2.17.99", # GPLv3
67
"kolla-ansible<21.0", # Apache-2.0

0 commit comments

Comments
 (0)