Skip to content

Commit

Permalink
Start testing Python 3.12 in CI
Browse files Browse the repository at this point in the history
This patch also adds a Python 3.12 Trove classifier to the
distribution package metadata.
  • Loading branch information
hugovk authored and webknjaz committed Dec 27, 2023
1 parent 1482fdd commit 92c7881
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@ jobs:
name: Test
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11']
pyver:
- 3.7
- 3.8
- 3.9
- >-
3.10
- 3.11
- 3.12
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
exclude:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def read(f):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 5 - Production/Stable",
],
author="Andrew Svetlov",
Expand Down

0 comments on commit 92c7881

Please sign in to comment.