Skip to content

Commit

Permalink
Python 3.11 wheels (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix authored Dec 25, 2022
1 parent 7058abb commit e0dec1a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10"]
rdkit-version: ["2022.09.01"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -26,7 +25,7 @@ jobs:
- name: Install dependencies and package
run: |
python -m pip install --upgrade pip
pip install pytest rdkit==${{ matrix.rdkit-version }}
pip install pytest
pip install -e .
- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqla_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Containers must run in Linux based operating systems
runs-on: ubuntu-latest
# Docker Hub image that `container-job` executes in
container: python:3.10-bullseye
container: python:3.11-bullseye

# Service containers to run with `container-job`
services:
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- os: windows-latest
python: 310
platform_id: win_amd64
# - os: windows-latest
# python: 311
# platform_id: win_amd64
- os: windows-latest
python: 311
platform_id: win_amd64

# Linux 64 bit manylinux2014
- os: ubuntu-latest
Expand All @@ -66,10 +66,10 @@ jobs:
python: 310
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
# - os: ubuntu-latest
# python: 311
# platform_id: manylinux_x86_64
# manylinux_image: manylinux2014
- os: ubuntu-latest
python: 311
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-latest
Expand All @@ -81,9 +81,9 @@ jobs:
- os: macos-latest
python: 310
platform_id: macosx_x86_64
# - os: macos-latest
# python: 311
# platform_id: macosx_x86_64
- os: macos-latest
python: 311
platform_id: macosx_x86_64

# MacOS arm64
- os: macos-latest
Expand All @@ -95,9 +95,9 @@ jobs:
- os: macos-latest
python: 310
platform_id: macosx_arm64
# - os: macos-latest
# python: 311
# platform_id: macosx_arm64
- os: macos-latest
python: 311
platform_id: macosx_arm64

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e0dec1a

Please sign in to comment.