Skip to content

Commit 895a854

Browse files
committed
Add Python 3.12 testing to CI/CD
1 parent 723ab4c commit 895a854

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set Up Python
1919
uses: actions/[email protected]
2020
with:
21-
python-version: '3.8'
21+
python-version: '3.10'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install -U pip
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
35+
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
3636
steps:
3737
- uses: actions/[email protected]
3838
- name: Setup Build Tools
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set Up Python
6565
uses: actions/[email protected]
6666
with:
67-
python-version: '3.8'
67+
python-version: '3.10'
6868
- name: Install dependencies
6969
run: |
7070
python -m pip install -U pip

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers =
1414
Programming Language :: Python :: 3.9
1515
Programming Language :: Python :: 3.10
1616
Programming Language :: Python :: 3.11
17+
Programming Language :: Python :: 3.12
1718
Topic :: Software Development :: Libraries :: Python Modules
1819
keywords =
1920
httpx

0 commit comments

Comments
 (0)