Skip to content

Commit

Permalink
Add Rust beta + Python beta to the test matrix (#1220)
Browse files Browse the repository at this point in the history
* Add CI covering beta versions of Rust and Python

* Update comment

* Fix yaml

* Yet another trial-and-error commit

* Use correct python-dev syntax

* Remove SciPy as a development dependency

* Ignore multi-graph handling code

* Try to not install Pilow for 3.13 beta
  • Loading branch information
IvanIsCoding committed Sep 18, 2024
1 parent 3faede2 commit 5766d7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
python-version: 3.8
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
msrv: "MSRV"
# Test future versions of Rust and Python
- rust: beta
python-version: "3.13-dev"
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
msrv: "Beta"
# Exclude python 3.8 and 3.9 on arm64 until actions/setup-python#808 is resolved
exclude:
- platform: {os: "macOS-14", python-architecture: "arm64", rust-target: "aarch64-apple-darwin" }
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
decorator==4.4.2
importlib-metadata==4.13.0;python_version<'3.8'
pillow<10.0.0
pillow<10.0.0;python_version<'3.13'
lxml==5.1.1

0 comments on commit 5766d7c

Please sign in to comment.