Skip to content

Commit

Permalink
Merge pull request #25 from cjmayo/py313
Browse files Browse the repository at this point in the history
Support Python 3.13
  • Loading branch information
cjmayo authored Aug 19, 2024
2 parents 7c0e79c + 4fab358 commit ae4d489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- name: Git clone
Expand All @@ -41,6 +42,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
allow-prereleases: true

- name: Pip cache
uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{9,10,11,12}
envlist = py3{9,10,11,12,13}

[base]
deps =
Expand Down

0 comments on commit ae4d489

Please sign in to comment.