Skip to content

Commit

Permalink
Update docker lib + include 3.10 to win tests (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Nov 24, 2022
1 parent fa239a2 commit a878f3f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 198 deletions.
40 changes: 0 additions & 40 deletions .appveyor.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,17 @@ jobs:

strategy:
matrix:
# 3.10 is excluded because docker's dependency on pywin32==227
python: ["3.7", "3.8", "3.9"]
# 3.11 excluded due to problems with python-snappy
python: ["3.7", "3.8", "3.9", "3.10"]
include:
- python: "3.7"
aiokafka_whl: dist/aiokafka-*-cp37-cp37m-win_amd64.whl
- python: "3.8"
aiokafka_whl: dist/aiokafka-*-cp38-cp38-win_amd64.whl
- python: "3.9"
aiokafka_whl: dist/aiokafka-*-cp39-cp39-win_amd64.whl
- python: "3.10"
aiokafka_whl: dist/aiokafka-*-cp310-cp310-win_amd64.whl

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:

strategy:
matrix:
# 3.10 is excluded because docker's dependency on pywin32==227
python: ["3.7", "3.8", "3.9"]
# 3.11 excluded due to problems with python-snappy
python: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
152 changes: 0 additions & 152 deletions .travis.yml_bak

This file was deleted.

2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isort[colors]==5.10.0
pytest==7.1.2
pytest-cov==3.0.0
pytest-asyncio==0.18.3
docker==5.0.3
docker==6.0.1
chardet==4.0.0 # Until fixed requests is released
lz4==3.1.3
xxhash==2.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-win-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isort[colors]==5.10.0
pytest==7.1.2
pytest-cov==3.0.0
pytest-asyncio==0.18.3
docker==5.0.3
docker==6.0.1
chardet==4.0.0 # Until fixed requests is released
lz4==3.1.3
xxhash==2.0.2
Expand Down

0 comments on commit a878f3f

Please sign in to comment.