Skip to content

Commit

Permalink
fix list for python3.7 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
skar404 committed Apr 6, 2024
1 parent 3fe45af commit 2fbc82c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

- name: Test curl for host
run: curl https://ulock.org
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [
python = ">=3.7,<4.0"
#aiohttp = ">=3.8.0,<=3.9.3"
aiohttp = [
{ version = ">=3.8.0", python = "<=3.7" },
{ version = ">=3.8.0", python = ">=3.7,<3.12" },
{ version = ">=3.9.3", python = ">=3.12" }
]

Expand Down

0 comments on commit 2fbc82c

Please sign in to comment.