Skip to content

Commit

Permalink
Test against Python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Oct 7, 2024
1 parent 8b06ce7 commit ee12635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
# - Windows
# - MacOs
python-version:
- "3.14.0-alpha.0"
- "3.13.0-rc.3"
- "3.12"
- "3.11"
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python",
"Topic :: Software Development :: Testing",
Expand Down

0 comments on commit ee12635

Please sign in to comment.