Skip to content

Commit bb8ccc9

Browse files
Disable formal verif + increase minimum python version + fix license
1 parent 2142582 commit bb8ccc9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/formal_verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
sed '17d' Cargo.toml > Cargo.toml.new
2828
mv Cargo.toml.new Cargo.toml
2929
30-
- name: Kani Rust Verifier
31-
uses: model-checking/kani-github-action@0.23
30+
# - name: Kani Rust Verifier
31+
# uses: model-checking/kani-github-action@0.23

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/nyx-space/hifitime"
99
keywords = ["date", "time", "science", "leap-second", "no-std"]
1010
categories = ["date-and-time", "no-std"]
1111
readme = "README.md"
12-
license = "Apache-2.0"
12+
license = "MPL-2.0"
1313
exclude = ["*.tar.gz", "data/"]
1414
edition = "2021"
1515

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.6,<1.7"]
2+
requires = ["maturin>=1.7,<1.8"]
33
build-backend = "maturin"
44

55
[tool.maturin]
@@ -8,7 +8,7 @@ features = ["python"]
88

99
[project]
1010
name = "hifitime"
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.9"
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Topic :: Scientific/Engineering :: Astronomy",

0 commit comments

Comments
 (0)