Skip to content

Commit

Permalink
Test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 10, 2024
1 parent 42c6262 commit 19b3d11
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 All @@ -36,6 +37,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true
- name: Pick environment to run
run: |
import codecs; import os
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 19b3d11

Please sign in to comment.