Skip to content

Commit

Permalink
Update python versions used for testing (#648)
Browse files Browse the repository at this point in the history
* Update python versions used for testing

This changes the python versions to the current stable (3.14) and the bug fix releases (3.13, 3.12).

See issue #645.

* 3.14 not stable yet
  • Loading branch information
drinckes authored Dec 13, 2024
1 parent b693748 commit bf601ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
OLC_PATH: python
strategy:
matrix:
python: [ '2.7', '3.6', '3.7', '3.8' ]
python: [ '3.11', '3.12', '3.13' ]
name: test-python-${{ matrix.python }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bf601ad

Please sign in to comment.