Skip to content

Commit

Permalink
Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyu committed Jul 25, 2023
1 parent e73534d commit 280831f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integration_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,12 @@ test-target-docker-images-3-11: e2e_docker/inferior-simple.py
$(call build_image,3.11,ubuntu,22.04)
$(call build_image,3.11,fedora,36)

.PHONY: test-target-docker-images-3-12
test-target-docker-images-3-12: e2e_docker/inferior-simple.py
$(call build_image,3.12,alpine,3.12-rc-alpine3.18)
$(call build_image,3.12,debian,3.12-rc-slim-bullseye)
$(call build_image,3.12,ubuntu,23.10)
$(call build_image,3.12,fedora,38)

e2e_docker/inferior-simple.py:
cp ../test_inferiors/inferior-simple.py $@

0 comments on commit 280831f

Please sign in to comment.