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 301bcee
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 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

0 comments on commit 301bcee

Please sign in to comment.