Skip to content

Commit

Permalink
✨ Add support for Python 3.12, tests in CI and official marker (#807)
Browse files Browse the repository at this point in the history
Co-authored-by: svlandeg <svlandeg@github.com>
  • Loading branch information
ivantodorovich and svlandeg committed May 17, 2024
1 parent a79d4c0 commit 54e540b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ "3.11" ]
python-version: [ "3.12" ]
include:
- os: ubuntu-latest
python-version: "3.7"
Expand All @@ -27,6 +27,8 @@ jobs:
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"
- os: macos-latest
python-version: "3.11"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
]
dependencies = [
Expand Down

0 comments on commit 54e540b

Please sign in to comment.