Skip to content

Commit e8aedc7

Browse files
committed
Update workflow to test against Python 3.14
Replaces Python 3.13 with 3.14 in the GitHub Actions matrix to ensure compatibility and testing with the latest Python release.
1 parent b486dcc commit e8aedc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.9, 3.13]
16+
python-version: [3.9, 3.14]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)