Skip to content

Commit

Permalink
bump python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JelmerBot committed Jan 13, 2025
1 parent d8b57ab commit 1a062b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install python
with:
python-version: 3.9
python-version: "3.10"
cache: 'pip'

- name: Install dependencies
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install python
with:
python-version: 3.9
python-version: "3.10"
cache: 'pip'

- name: Install dependencies
Expand Down Expand Up @@ -78,40 +78,40 @@ jobs:
fail-fast: true
matrix:
include:
- os: windows-latest
python: "3.9"
platform_id: win_amd64
- os: windows-latest
python: "3.10"
platform_id: win_amd64
- os: windows-latest
python: "3.11"
platform_id: win_amd64
- os: windows-latest
python: "3.12"
platform_id: win_amd64

# Linux 64 bit manylinux2014
- os: ubuntu-latest
python: "3.9"
python: "3.10"
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: "3.10"
python: "3.11"
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: "3.11"
python: "3.12"
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-latest
python: "3.9"
platform_id: macosx_x86_64
- os: macos-latest
python: "3.10"
platform_id: macosx_x86_64
- os: macos-latest
python: "3.11"
platform_id: macosx_x86_64
- os: macos-latest
python: "3.12"
platform_id: macosx_x86_64
steps:
- name: Download sdist
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ zip_safe = False
packages = find:
package_dir =
=src
python_requires = >=3.9
python_requires = >=3.10
install_requires =
numpy >= 1.20, <3
scipy >= 1.9
Expand Down

0 comments on commit 1a062b1

Please sign in to comment.