Skip to content

Commit

Permalink
Merge pull request #89 from jelmer/python-3.13
Browse files Browse the repository at this point in the history
Add 3.13 to the list of supported python versions
  • Loading branch information
jelmer authored Oct 31, 2024
2 parents 4f6e3ad + ac8e2b7 commit 3079006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
exclude:
# There is no pyyaml wheel on macos-latest/3.9
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Version Control",
]
requires-python = ">= 3.8"
dependencies = [
Expand Down

0 comments on commit 3079006

Please sign in to comment.