Skip to content

Commit

Permalink
Use Python 3.12 final if it exists and create wheels for it.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 7, 2023
1 parent 8c60238 commit 46c4b1b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
on:
- push
- pull_request
workflow_dispatch:
pull_request:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+dev[0-9]+"

jobs:

Expand All @@ -20,7 +25,7 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12-dev
- 3.12
# - pypy-2.7
- pypy-3.8
- pypy-3.9
Expand Down Expand Up @@ -94,6 +99,7 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12
# - pypy-2.7
- pypy-3.8
- pypy-3.9
Expand Down Expand Up @@ -155,6 +161,7 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12
# - pypy-2.7
- pypy-3.8
- pypy-3.9
Expand Down

0 comments on commit 46c4b1b

Please sign in to comment.