summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2023-02-11 22:59:29 +0000
committerGitHub <noreply@github.com>2023-02-11 22:59:29 +0000
commit5597c860495a0b2473b3ac97978f7efb1b05ccde (patch)
tree855878552de32ee6f1f0b3f52e8f80f3b76de69a
parent852deddb9c14afdb780e77ea28c2fa6d29f8c2e1 (diff)
downloadpip-pradyunsg-patch-1.tar.gz
Test on Python 3.12pradyunsg-patch-1
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3b35e93b2..8de08a3ee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -109,12 +109,13 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
+ - "3.12"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
- python-version: ${{ matrix.python }}
+ python-version: ${{ matrix.python }}-dev
- name: Install Ubuntu dependencies
if: matrix.os == 'Ubuntu'