Skip to content

Commit

Permalink
Python 3.8 has reached end of life (#102)
Browse files Browse the repository at this point in the history
* Python 3.8 has reached end of life

* Github doesn't support 3.14 yet

* Install setuptools

* Should we install pip and wheel as well?

* Revert to 3.10 for now
  • Loading branch information
mroloux authored Jan 3, 2025
1 parent 220ee7a commit 2f5d7e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.10']
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: |
python setup.py install
- run: python setup.py install
- uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Brussels
Expand Down

0 comments on commit 2f5d7e0

Please sign in to comment.