Skip to content

Add CI builds#176

Open
offa wants to merge 1 commit intodevopshq:masterfrom
offa:ci
Open

Add CI builds#176
offa wants to merge 1 commit intodevopshq:masterfrom
offa:ci

Conversation

@offa
Copy link
Contributor

@offa offa commented Mar 2, 2026

Adds CI builds with different Python versions.

@offa
Copy link
Contributor Author

offa commented Mar 2, 2026

⚠️ Python 3.14 isn't supported yet (affected by devopshq/artifactory#491.

strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we drop 3.8 and 3.9 here? Both are already EOL.

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

tests_require = (this_directory / "requirements-dev.txt").read_text().splitlines()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make more sense to inline the dependencies here and drop the requirements-dev.txt file – as in artifactory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant