Skip to content

Commit

Permalink
add python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Dec 8, 2023
1 parent 65a8f73 commit 85a346e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 6 deletions.
46 changes: 46 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
python-arch: 'x86_64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: ubuntu-latest
os-name: linux
Expand Down Expand Up @@ -98,6 +104,12 @@ jobs:
python-arch: 'aarch64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_aarch64
python-arch: 'aarch64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-latest
os-name: mac
Expand Down Expand Up @@ -129,6 +141,12 @@ jobs:
python-arch: 'x86_64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: macos-latest
os-name: mac
macos-min-version: '10.9'
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: windows-2019
os-name: windows
Expand All @@ -155,6 +173,11 @@ jobs:
python-arch: 'x86_64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: windows-2019
os-name: windows
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

runs-on: ${{ matrix.config.os-image }}

Expand Down Expand Up @@ -242,6 +265,12 @@ jobs:
python-arch: 'x86_64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: ubuntu-latest
os-name: linux
Expand Down Expand Up @@ -273,6 +302,12 @@ jobs:
python-arch: 'aarch64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_aarch64
python-arch: 'aarch64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-latest
os-name: mac
Expand Down Expand Up @@ -304,6 +339,12 @@ jobs:
python-arch: 'x86_64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: macos-latest
os-name: mac
macos-min-version: '10.9'
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: windows-2019
os-name: windows
Expand All @@ -330,6 +371,11 @@ jobs:
python-arch: 'x86_64'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: windows-2019
os-name: windows
python-arch: 'x86_64'
python-version: '3.12'
numpy-version: '1.26.*'

runs-on: ${{ matrix.config.os-image }}

Expand Down
2 changes: 1 addition & 1 deletion rawpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.1"
__version__ = "0.19.0"
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,6 @@ def mac_libraw_compile():
'License :: OSI Approved :: MIT License',
'Programming Language :: Cython',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
Expand Down

0 comments on commit 85a346e

Please sign in to comment.