Skip to content

Commit

Permalink
Add 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kzscisoft committed Oct 9, 2024
1 parent ff6814e commit f6db940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_run_multiparser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [ '3.10', '3.11', '3.12' ]
python-version: [ '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit f6db940

Please sign in to comment.