Skip to content

Commit

Permalink
Update CI configuration, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Mar 6, 2024
1 parent d50cfe1 commit 53153f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion httpx_socks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'httpx-socks'
__version__ = '0.9.0'
__version__ = '0.9.1'

from python_socks import (
ProxyError,
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
flake8==3.9.1
pytest==7.0.1
pytest-cov==3.0.0
pytest-asyncio==0.18.3
trio==0.22.0
pytest-trio==0.7.0
flake8>=3.9.1
pytest==8.0.2
pytest-cov==4.1.0
pytest-asyncio==0.23.5
trio==0.24.0
pytest-trio==0.8.0
yarl>=1.6.3
async-timeout==4.0.0
hypercorn==0.14.3
Expand Down

0 comments on commit 53153f1

Please sign in to comment.