Skip to content

Commit

Permalink
Add Python 3.12 testing to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
aiudirog committed Dec 20, 2023
1 parent 723ab4c commit 895a854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set Up Python
uses: actions/[email protected]
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install -U pip
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/[email protected]
- name: Setup Build Tools
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set Up Python
uses: actions/[email protected]
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install -U pip
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Python Modules
keywords =
httpx
Expand Down

0 comments on commit 895a854

Please sign in to comment.