Skip to content

Commit

Permalink
Merge pull request #5759 from vojtechtrefny/master_makeupdates-python313
Browse files Browse the repository at this point in the history
makeupdates: Bump Python version in site packages path to 3.13
  • Loading branch information
jkonecny12 authored Jul 13, 2024
2 parents 5f9b14a + 7b6182a commit 7a2439a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makeupdates
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RPM_FOLDER_NAME = os.path.expanduser("~/.anaconda_updates_rpm_cache")
RPM_RELEASE_DIR_TEMPLATE = "for_%s"

# The Python site-packages path for pyanaconda.
SITE_PACKAGES_PATH = "./usr/lib64/python3.12/site-packages/"
SITE_PACKAGES_PATH = "./usr/lib64/python3.13/site-packages/"

# Anaconda scripts that should be installed into the libexec folder
LIBEXEC_SCRIPTS = ["log-capture", "start-module", "apply-updates", "anaconda-pre-log-gen"]
Expand Down

0 comments on commit 7a2439a

Please sign in to comment.