mirror of
https://github.com/docling-project/docling-parse.git
synced 2026-05-17 13:10:49 +00:00
feat: remove python3.9 (#200)
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
committed by
GitHub
parent
45868d0adc
commit
d162c32bbd
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
|
||||
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install uv and set the python version
|
||||
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
# list of github vm: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
|
||||
os:
|
||||
- name: "ubuntu-24.04"
|
||||
@@ -51,11 +51,6 @@ jobs:
|
||||
platform: "linux"
|
||||
platform_id: "manylinux_aarch64"
|
||||
|
||||
# - name: "macos-13"
|
||||
# platform: "macos"
|
||||
# min_macos_version: "13"
|
||||
# platform_id: "macosx_x86_64"
|
||||
|
||||
- name: "macos-14"
|
||||
platform: "macos"
|
||||
min_macos_version: "14"
|
||||
|
||||
Reference in New Issue
Block a user