Skip to content

Commit

Permalink
Turn on back tests with 3.11 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Nov 19, 2023
1 parent b9c8415 commit b3d8a3c
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:

strategy:
matrix:
# 3.11 excluded due to problems with python-snappy
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11"]
include:
- python: "3.8"
aiokafka_whl: dist/aiokafka-*-cp38-cp38-win_amd64.whl
Expand Down Expand Up @@ -139,9 +138,6 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install system dependencies
run: |
brew install snappy
- name: Install python dependencies
run: |
pip install --upgrade pip setuptools wheel
Expand Down Expand Up @@ -236,7 +232,7 @@ jobs:
source .env/bin/activate && \
yum install -y epel-release && \
yum-config-manager --enable epel && \
yum install -y snappy-devel libzstd-devel krb5-devel && \
yum install -y krb5-devel && \
pip install --upgrade pip setuptools wheel && \
pip install -r requirements-ci.txt && \
pip install ${{ matrix.aiokafka_whl }} && \
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:

strategy:
matrix:
# 3.11 excluded due to problems with python-snappy
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -168,10 +167,6 @@ jobs:
restore-keys: |
${{ runner.os }}-py-${{ matrix.python }}-
- name: Install system dependencies
run: |
brew install snappy
- name: Install python dependencies
run: |
pip install --upgrade pip setuptools wheel
Expand Down
1 change: 0 additions & 1 deletion tools/README

This file was deleted.

Binary file removed tools/python_snappy-0.5.4-cp36-cp36m-win32.whl
Binary file not shown.
Binary file removed tools/python_snappy-0.5.4-cp36-cp36m-win_amd64.whl
Binary file not shown.
Binary file removed tools/python_snappy-0.5.4-cp37-cp37m-win32.whl
Binary file not shown.
Binary file removed tools/python_snappy-0.5.4-cp37-cp37m-win_amd64.whl
Binary file not shown.
Binary file removed tools/python_snappy-0.5.4-cp38-cp38-win_amd64.whl
Binary file not shown.
Binary file removed tools/python_snappy-0.5.4-cp38-cp38m-win32.whl
Binary file not shown.
Binary file removed tools/python_snappy-0.5.4-cp38-cp38m-win_amd64.whl
Binary file not shown.
Binary file removed tools/python_snappy-0.5.4-cp39-cp39-win_amd64.whl
Binary file not shown.

0 comments on commit b3d8a3c

Please sign in to comment.