Compare commits
1 Commits
master
...
python-311
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1711e86661 |
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@@ -12,7 +12,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rust-build-and-test:
|
rust-build-and-test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
python-test:
|
python-test:
|
||||||
needs: rust-build-and-test
|
needs: rust-build-and-test
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
|
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
|
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "qvd"
|
name = "qvd"
|
||||||
version = "0.0.15"
|
version = "0.0.14"
|
||||||
authors = ["Sam Bentley <samtbentley@gmail.com>"]
|
authors = ["Sam Bentley <samtbentley@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@@ -24,3 +24,5 @@ bitvec = "0.19.4"
|
|||||||
version = "0.12.3"
|
version = "0.12.3"
|
||||||
features = ["extension-module"]
|
features = ["extension-module"]
|
||||||
|
|
||||||
|
[package.metadata.maturin]
|
||||||
|
requires-dist = ["pandas>=1.1.4"]
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
[build-system]
|
|
||||||
requires = ["maturin>=1.0,<2.0", "pandas>=1.1.4"]
|
|
||||||
build-backend = "maturin"
|
|
||||||
Reference in New Issue
Block a user