Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Aug 25, 2024
1 parent 8a1d7d7 commit b164494
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.10.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.10"
requires-python = "=3.10"
name = "braintaichi"
version = "0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.11.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.11"
requires-python = "=3.11"
name = "braintaichi"
version = "0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.12.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.12"
requires-python = "=3.12"
name = "braintaichi"
version = "0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.9.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.9"
requires-python = "=3.9"
name = "braintaichi"
version = "0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.10.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.10"
requires-python = "=3.10"
name = "braintaichi"
version = "0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.11.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.11"
requires-python = "=3.11"
name = "braintaichi"
version = "0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.12.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.12"
requires-python = "=3.12"
name = "braintaichi"
version = "0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.9.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
requires-python = "==3.9"
requires-python = "=3.9"
name = "braintaichi"
version = "0.0.1"

Expand Down

0 comments on commit b164494

Please sign in to comment.