Skip to content

Commit

Permalink
removing python 3.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumgizmos committed Oct 23, 2024
1 parent 28f1ee5 commit e90ea61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
matrix:
os_dist: [
# # macosx x86_64
{os: macos-latest, dist: cp38-macosx_x86_64},
{os: macos-latest, dist: cp39-macosx_x86_64},
{os: macos-latest, dist: cp310-macosx_x86_64},
{os: macos-latest, dist: cp311-macosx_x86_64},
Expand All @@ -48,15 +47,13 @@ jobs:


# # macosx arm64
{os: macos-latest, dist: cp38-macosx_arm64},
{os: macos-latest, dist: cp39-macosx_arm64},
{os: macos-latest, dist: cp310-macosx_arm64},
{os: macos-latest, dist: cp311-macosx_arm64},
{os: macos-latest, dist: cp312-macosx_arm64},
{os: macos-latest, dist: cp313-macosx_arm64},

# # windows amd64
{os: windows-latest, dist: cp38-win_amd64},
{os: windows-latest, dist: cp39-win_amd64},
{os: windows-latest, dist: cp310-win_amd64},
{os: windows-latest, dist: cp311-win_amd64},
Expand All @@ -65,7 +62,6 @@ jobs:


# ubuntu x86_64
{os: ubuntu-latest, dist: cp38-manylinux_x86_64},
{os: ubuntu-latest, dist: cp39-manylinux_x86_64},
{os: ubuntu-latest, dist: cp310-manylinux_x86_64},
{os: ubuntu-latest, dist: cp311-manylinux_x86_64},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = { file = "LICENSE" }
classifiers = [
"Development Status :: 4 - Beta",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"numpy>=1.24.0",
"scipy>=1.9.3",
Expand Down

0 comments on commit e90ea61

Please sign in to comment.