Skip to content

Commit

Permalink
Start testing on Python 3.13
Browse files Browse the repository at this point in the history
Python 3.13 is currently in alpha, but it's useful to have a
test scenario to vet it early before it is released to flush
out any Bandit issues as a result of a new runtime.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb committed Mar 17, 2024
1 parent b5fde76 commit 3e8dac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
["3.10", "310"],
["3.11", "311"],
["3.12", "312"],
["3.13.0-a - 3.13", "313"],
]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3e8dac1

Please sign in to comment.