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

update supported Python versions #372

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

update supported Python versions #372

wants to merge 9 commits into from

Conversation

fdiblen
Copy link
Member

@fdiblen fdiblen commented Oct 16, 2024

Checklist

  • Code follows the contributing guidelines of the project
  • This PR solves an existing issue and provided solution was discussed
  • The fix has been locally tested
  • Code follows the project's coding standards
  • Unit tests covering the new feature have been added
  • All existing tests pass
  • The documentation has been updated to reflect the new feature

List of related issues or pull requests

Briefly describe the changes made in this pull request

  • Updated the supported Python versions as 3.11, 3.12 and 3.13
  • Upgraded the dependencies to the latest versions
  • Updated the livetests to use the new RSD api
  • disabled prospector (see replace prospector #373)
  • Using Python 3.13 for the testing workflows

Additional Notes

Any additional information or context relevant to this PR.

Instructions to review the pull request

# make a new temporary directory and cd into it
cd $(mktemp -d --tmpdir howfairis.XXXXXX)

# get a copy of the repo
git clone https://github.com/fair-software/howfairis .

# checkout the work from this branch 
git checkout 371-python-versions

# create a virtual environment named venv3
python3 -m venv venv3

# activate the virtual environment
source venv3/bin/activate

# update pip and friends
python3 -m pip install --upgrade pip wheel setuptools

# install runtime dependencies
python3 -m pip install .

# and, if you need it, the development tools
python3 -m pip install .[dev]

Keep what you need from below, extend as necessary

# run the unit tests
pytest

# tests against a live infrastructure
pytest livetests/

# cli tests
bash clitests/script.sh

# run linter
prospector

# import style
isort --check-only howfairis

Copy link

sonarcloud bot commented Oct 16, 2024

@fdiblen fdiblen mentioned this pull request Oct 16, 2024
@fdiblen fdiblen marked this pull request as ready for review October 17, 2024 07:31
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