Skip to content

Commit

Permalink
Bump python and pip version to 3.11 (#77)
Browse files Browse the repository at this point in the history
* Bump python and pip version to 3.11

* Add RedHat-9 vars

* Change default pip version to 3.11

* Set min python level per platform type

* Set default min python version to 3.9
  • Loading branch information
AaronH88 authored Apr 9, 2024
1 parent 57c644b commit 7335a15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ platforms:
privileged: true
command: "/usr/sbin/init"
tmpfs:
- /run
- /tmp
"/run": "rw,mode=1777"
"/tmp": "rw,mode=1777"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro

Expand All @@ -25,8 +25,8 @@ platforms:
privileged: true
command: "/lib/systemd/systemd"
tmpfs:
- /run
- /tmp
"/run": "rw,mode=1777"
"/tmp": "rw,mode=1777"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro

Expand Down
7 changes: 7 additions & 0 deletions roles/setup/vars/RedHat-9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
system_pip_package: python3.11-pip
python_executable: python3.11
pip_executable: pip3.11
receptor_packages:
- receptor
- receptorctl
systemd_folder: "/usr/lib/systemd/system"

0 comments on commit 7335a15

Please sign in to comment.