Skip to content

Run CI with Python 3.9 & 3.10#188

Closed
thedrow wants to merge 2 commits intomasterfrom
ci-39-310
Closed

Run CI with Python 3.9 & 3.10#188
thedrow wants to merge 2 commits intomasterfrom
ci-39-310

Conversation

@thedrow
Copy link
Copy Markdown

@thedrow thedrow commented Mar 24, 2022

We currently don't support newer Python versions.
Let's check what we need to do to make them supported.

@thedrow thedrow requested a review from tillahoffmann March 24, 2022 10:35
@thedrow thedrow self-assigned this Mar 24, 2022
@tillahoffmann
Copy link
Copy Markdown
Contributor

Thanks for this! You'll have to build the requirements files for the two additional versions. Have a look here.

# Targets to build requirement files
requirements : ${REQUIREMENTS}
${REQUIREMENTS} : requirements/%.txt : requirements.in setup.py
mkdir -p $(dir $@)
${RUN} -w /workspace -v `pwd`:/workspace python:$* bash -c \
"pip install pip-tools && pip-compile -v -o $@ $<"

And here.

PYTHON_VERSIONS = 3.6 3.7 3.8

@tillahoffmann tillahoffmann marked this pull request as draft March 26, 2022 21:16
tillahoffmann added a commit to tillahoffmann/testcontainers-python that referenced this pull request May 5, 2022
tillahoffmann added a commit to tillahoffmann/testcontainers-python that referenced this pull request May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants