Skip to content

Commit

Permalink
Try python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Mar 12, 2024
1 parent 3c5e7a6 commit 097975b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Upgrade PIP
run: python -m pip install --upgrade pip
Expand Down Expand Up @@ -70,9 +70,7 @@ jobs:
python -m pip install git+https://github.com/easyscience/EasyApp.git@new-easy-app2
- name: Create python resources file
run: |
cd ${{ env.PACKAGE_NAME }}
pyside6-rcc ${{ env.PACKAGE_PATH }}/resources.qrc -o ${{ env.PACKAGE_PATH }}/resources.py
run: pyside6-rcc ${{ env.PACKAGE_PATH }}/resources.qrc -o ${{ env.PACKAGE_PATH }}/resources.py

#- name: Run pytest (compare app images after previous step)
# run: pytest
Expand Down Expand Up @@ -198,7 +196,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Upgrade PIP
run: python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Development Status :: 4 - Beta"
]
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8,<3.13"
dependencies = [
'toml',
'numpy',
Expand Down

0 comments on commit 097975b

Please sign in to comment.