Skip to content

Commit

Permalink
🧪 Test against Python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 7, 2023
1 parent 28453dd commit b3d180d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-cd.yml
Expand Up @@ -51,7 +51,13 @@ jobs:
name: Test
strategy:
matrix:
pyver: ['3.8', '3.9', '3.10', '3.11']
pyver:
- ~3.12.0-0
- 3.11
- >-
3.10
- 3.9
- 3.8
os: [ubuntu, macos, windows]
include:
- pyver: pypy-3.9
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -27,6 +27,7 @@ classifiers =
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

Expand Down

0 comments on commit b3d180d

Please sign in to comment.