Skip to content

Commit

Permalink
Test with Python 3.13 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 10, 2024
1 parent 42c6262 commit 27b1fcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
matrix:
py:
- "pypy3.9" # ahead to start it earlier because takes longer
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
allow-prereleases: true
- name: Setup test environment
run: |
hatch -v env create ${ENV}
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down Expand Up @@ -92,6 +93,7 @@ template = "test"
description = "Run the test suite"
matrix = [
{ python = [
"3.13",
"3.12",
"3.11",
"3.10",
Expand Down Expand Up @@ -236,6 +238,9 @@ pre-summary-newline = true
wrap-descriptions = 120
wrap-summaries = 120

[tool.pyproject-fmt]
max_supported_python = "3.13"

[tool.coverage]
html.show_contexts = true
html.skip_covered = false
Expand Down

0 comments on commit 27b1fcf

Please sign in to comment.