You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added batch scripts and installation scripts for Python versions 3.11.5, 3.11.6b0, and 3.12.6.0 to ensure backward compatibility and facilitate installation.
Added configuration files and wheel properties for each Python version to specify executable paths and link to the pywin32 wheel.
Updated the bundle release date in the build.properties file.
Changes walkthrough 📝
Relevant files
Enhancement
6 files
python.bat
Add batch script for Python 3.11.5
bin/python3.11.5/bin/python.bat
Added batch script for Python 3.11.5.
Ensures backward compatibility for command-line users.
Use a wheel file specific to Python 3.11.5 for better version compatibility
Consider using a more specific wheel file name that includes the Python version (3.11.5) instead of 3.12. This ensures compatibility with the correct Python version.
Why: The suggestion correctly identifies a potential compatibility issue by recommending a wheel file that matches the Python version 3.11.5, ensuring that the installed package is compatible with the intended Python version.
9
Use a wheel file compatible with Python 3.11.6b0
Update the wheel file name to match the Python version 3.11.6b0 instead of 3.12 to ensure compatibility.
Why: This suggestion addresses a compatibility issue by recommending a wheel file that aligns with the Python version 3.11.6b0, which is crucial for ensuring the correct functioning of the installed package.
9
✅ Use a wheel URL that matches the Python version of the moduleSuggestion Impact:The suggestion impacted the commit by changing the wheel URL to be compatible with Python 3.11, as suggested.
Why: The suggestion accurately points out the need to update the wheel URL to match the Python version 3.11.5, which is important for ensuring that the correct version of the package is downloaded and installed.
9
✅ Ensure the wheel URL corresponds to the correct Python versionSuggestion Impact:The commit changed the wheel URL to be compatible with Python 3.11, aligning with the suggestion to ensure compatibility with Python 3.11.6b0.
Why: This suggestion highlights the importance of modifying the wheel URL to reflect the Python version 3.11.6b0, ensuring compatibility and preventing potential issues with package installation.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
should only be for 3.12.6.0
PR Type
enhancement, configuration changes
Description
build.properties
file.Changes walkthrough 📝
6 files
python.bat
Add batch script for Python 3.11.5
bin/python3.11.5/bin/python.bat
install.bat
Add installation script for Python 3.11.5
bin/python3.11.5/wheel/install.bat
python.bat
Add batch script for Python 3.11.6b0
bin/python3.11.6b0/bin/python.bat
install.bat
Add installation script for Python 3.11.6b0
bin/python3.11.6b0/wheel/install.bat
python.bat
Add batch script for Python 3.12.6.0
bin/python3.12.6.0/bin/python.bat
install.bat
Add installation script for Python 3.12.6.0
bin/python3.12.6.0/wheel/install.bat
7 files
bearsampp.conf
Add configuration for Python 3.11.5
bin/python3.11.5/bearsampp.conf
wheel.properties
Add wheel properties for Python 3.11.5
bin/python3.11.5/wheel/wheel.properties
bearsampp.conf
Add configuration for Python 3.11.6b0
bin/python3.11.6b0/bearsampp.conf
wheel.properties
Add wheel properties for Python 3.11.6b0
bin/python3.11.6b0/wheel/wheel.properties
bearsampp.conf
Add configuration for Python 3.12.6.0
bin/python3.12.6.0/bearsampp.conf
wheel.properties
Add wheel properties for Python 3.12.6.0
bin/python3.12.6.0/wheel/wheel.properties
build.properties
Update bundle release date
build.properties