Skip to content

Commit

Permalink
Add Python 3.12 to packages.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Oct 6, 2023
1 parent 05074f3 commit f36125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# use a very old distro -- CentOS 6."
# - https://github.com/pypa/manylinux
os: [macos-latest, windows-latest, ubuntu-20.04]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Clone
Expand Down

0 comments on commit f36125b

Please sign in to comment.