Skip to content

Commit

Permalink
fix: Update python pinning restriction (>=3.9,<4) (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Jul 15, 2024
1 parent 5236e7d commit 765f1dd
Show file tree
Hide file tree
Showing 4 changed files with 1,415 additions and 1,477 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
tests:
needs: check-branch
strategy:
fail-fast: false
matrix:
python_version:
- "3.8.1"
- "3.9"
- "3.10"
- "3.11"
# - '3.12'
- "3.12"
os:
- "ubuntu"
# - 'macos'
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
activate-environment: artbox
auto-update-conda: true
conda-solver: libmamba
python-version: "${{ matrix.python_version }}"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- pygobject
- python >=3.8.1,<3.12
- python
- cairo 1.18
- pycairo 1.25.1
- pip
Expand Down
Loading

0 comments on commit 765f1dd

Please sign in to comment.