diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 2bdc100..d5ffb63 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -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 @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2eb4f76..14737fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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',