Skip to content

Commit

Permalink
change tuf dependency from 3.0 to 3.1 (#89)
Browse files Browse the repository at this point in the history
* change tuf dependency from 3.0 to 3.1

* add python 3.11 and 3.12 to github workflow
  • Loading branch information
dennisvang authored Nov 8, 2023
1 parent 5f0bddb commit 340d7e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
# see currently supported releases: https://devguide.python.org/versions/
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"packaging>=21.3",
"securesystemslib[crypto,pynacl]>=0.26.0",
"setuptools>=65.5.1",
"tuf==3.0.*",
"tuf==3.1.*",
# constraints on sub-dependencies
"certifi>=2022.12.7",
"cryptography>=38.0.3",
Expand Down

0 comments on commit 340d7e5

Please sign in to comment.