Skip to content

Commit

Permalink
Merge #61: Bump Python version to 3.10
Browse files Browse the repository at this point in the history
6423c0b Bump python to 3.10 (Liquid369)

Pull request description:

  This will update our GitHub actions to use Python 3.10 instead of the current version 3.7.

  Python EOL's are intended 5 years after their release date. Python 3.7 was released in June 2018. Therefore the EOL was June 2023. As it is now 2024, we are bumping to Python 3.10 for wider compatibility and support.

  Note: Windows failure is from PyQt lib which will be/is updated in #60

ACKs for top commit:
  Fuzzbawls:
    ACK 6423c0b

Tree-SHA512: 2206fdb9490a99c3133d8fa067bfe5c873aeff38164e0304d170bdcc57ed80c9e363884ca01549e94d09f4e3dafa83495cc911e4bc572692eb99b26b014f8830
  • Loading branch information
Fuzzbawls committed Apr 16, 2024
2 parents b4ec34a + 6423c0b commit fbef339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Initialize Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
steps:
- name: Get Source
uses: actions/checkout@v4
- name: Setup Python 3.7
- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'
- name: Setup pip cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit fbef339

Please sign in to comment.