Skip to content

Commit

Permalink
Merge pull request borgbackup#8600 from ThomasWaldmann/py313
Browse files Browse the repository at this point in the history
support and test on Python 3.13
  • Loading branch information
ThomasWaldmann authored Dec 25, 2024
2 parents 7bf22bd + 69151c7 commit f9d91f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,12 @@ jobs:
- os: ubuntu-22.04
python-version: '3.11'
toxenv: py311-fuse2
- os: ubuntu-22.04
- os: ubuntu-24.04
python-version: '3.12'
toxenv: py312-fuse3
- os: ubuntu-24.04
python-version: '3.13'
toxenv: py313-fuse3
- os: macos-14
python-version: '3.11'
toxenv: py311-none # note: no fuse testing, due to #6099, see also #6196.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Security :: Cryptography",
"Topic :: System :: Archiving :: Backup",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# fakeroot -u tox --recreate

[tox]
envlist = py{39,310,311,312}-{none,fuse2,fuse3}
envlist = py{39,310,311,312,313}-{none,fuse2,fuse3}
requires =
pkgconfig
cython
Expand Down

0 comments on commit f9d91f1

Please sign in to comment.