Skip to content

Commit

Permalink
Merge pull request #665 from nationalarchives/FCL-270-add-python-3-13…
Browse files Browse the repository at this point in the history
…-to-test-matrix-for-api-client

[FCL-270] Add Python 3.13 to test matrix
  • Loading branch information
jacksonj04 authored Aug 29, 2024
2 parents 7d5632d + e4aa713 commit 22e2914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -43,6 +43,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Run image
uses: abatilo/[email protected]
Expand Down

0 comments on commit 22e2914

Please sign in to comment.