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