Skip to content

Commit

Permalink
Merge branch 'update_python_versions' into 'main'
Browse files Browse the repository at this point in the history
Update python versions. Add support for 3.13.0 and remove 3.8.10.

See merge request syntron/support/csr/ifm3d/ifm3d!434
  • Loading branch information
NikitaS20 committed Dec 5, 2024
2 parents da1d12e + fca0680 commit 5a1699e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitlab/configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
python-linux-matrix:
- RUNNER: shared_docker
IMAGE: quay.io/pypa/manylinux2014_x86_64:latest
PYTHON_VERSION: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"]
PYTHON_VERSION: ["cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312", "cp313-cp313"]
- RUNNER: shared_docker_aarch64
IMAGE: quay.io/pypa/manylinux2014_aarch64:latest
PYTHON_VERSION: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"]
PYTHON_VERSION: ["cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312", "cp313-cp313"]

python-windows-matrix:
- PYTHON_VERSION:
- "3.8.10"
- "3.9.13"
- "3.10.11"
- "3.11.7"
- "3.12.1"
- "3.13.0"
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Added support for Python 3.13 and dropped support for Python 3.8.10
- Added support for Ubuntu `24.04` and dropped support for Ubuntu `18.04`

## 1.6.3 - 2024-11-29
Expand Down
2 changes: 1 addition & 1 deletion docker/ifm-robotics/windows-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG BASE_IMAGE=mcr.microsoft.com/windows:ltsc2019

# List of python versions to install, separated by ';'
ARG PYTHON_VERSIONS=3.8.10;3.9.13;3.10.11;3.11.7;3.12.1
ARG PYTHON_VERSIONS=3.9.13;3.10.11;3.11.7;3.12.1;3.13.0

FROM ${BASE_IMAGE}
ARG PYTHON_VERSIONS
Expand Down

0 comments on commit 5a1699e

Please sign in to comment.