Skip to content

Commit

Permalink
Start testing on Python 3.13 (#1122)
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 <eric_wade_brown@yahoo.com>
  • Loading branch information
ericwb committed Mar 17, 2024
1 parent b5fde76 commit f2bfc43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
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 f2bfc43

Please sign in to comment.