Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge CI and Dependency Fixes #28

Merged
merged 5 commits into from
Aug 23, 2024
Merged

Merge CI and Dependency Fixes #28

merged 5 commits into from
Aug 23, 2024

Conversation

jlw387
Copy link
Collaborator

@jlw387 jlw387 commented Aug 23, 2024

This merge will introduce the improved CI workflow file and the dependency fixes that were just introduced to development.

While ordinarily merging to main should be reserved for larger-scale releases, this small merge is necessary to ensure that a) the main branch has the correct CI workflow implemented and that b) the main branch is compatible with Python 3.12.

jlw387 added 5 commits August 22, 2024 20:00
Merge latest changes to branch 'main' into branch 'development'
Adjusted requirements.txt to allow for newer versions of NumPy, pandas, and tabulate. The strict version requirements were causing installation/build issues for Python 3.12.
Updated the contents of `python-app.yml` to match the CI used in the test repository. Specific changes include:
 - Setting the workflow to run for pushes and pull requests to 'development' (previously the only specified branch was 'main')
 - Adding build tests for multiple versions of Python (3.10, 3.11, and 3.12).
 - Adding a "branch name check" which ensures that nothing is merged to main other than 'development' and hotfix branches.
Feature: Updating Dependencies for Python 3.12 Compatibility
Feature: Updated CI Workflow and Dependency Fixes
@jlw387 jlw387 self-assigned this Aug 23, 2024
@jlw387
Copy link
Collaborator Author

jlw387 commented Aug 23, 2024

All status checks have passed, so the pull request will now be merged.

@jlw387 jlw387 merged commit 29a5aaa into main Aug 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant