Skip to content

Commit

Permalink
Merge pull request #214 from DimitriPapadopoulos/3.13
Browse files Browse the repository at this point in the history
Add Python 3.13
  • Loading branch information
sbesson authored Jan 27, 2025
2 parents f6a81fc + 034e095 commit 0937994
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
java: [8, 11, 17, 21]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
exclude:
- java: 8
python-version: '3.9'
Expand All @@ -23,6 +23,8 @@ jobs:
python-version: '3.11'
- java: 8
python-version: '3.12'
- java: 8
python-version: '3.13'
- java: 17
python-version: '3.9'
- java: 17
Expand All @@ -31,6 +33,8 @@ jobs:
python-version: '3.11'
- java: 17
python-version: '3.12'
- java: 17
python-version: '3.13'
- java: 21
python-version: '3.9'
- java: 21
Expand All @@ -39,13 +43,15 @@ jobs:
python-version: '3.11'
- java: 21
python-version: '3.12'
- java: 21
python-version: '3.13'
runs-on: ${{ matrix.os }}
env:
maven_commands: install
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 0937994

Please sign in to comment.