Skip to content

Commit ecd5951

Browse files
committed
Updated GitHub Actions CI configuration
1 parent fee2bd8 commit ecd5951

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.10'
16+
python-version: 3.12
1717
- run: |
1818
python -m pip install --upgrade pip
1919
pip install build twine

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python: [3.8, 3.9, '3.10', 3.11, 3.12]
14+
python: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
1515
java: [11, 17, 21]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)