Skip to content

Commit

Permalink
chore: try to reintroduce Python 3.12, now that NumPy has released a …
Browse files Browse the repository at this point in the history
…beta.
  • Loading branch information
jpivarski committed Aug 14, 2023
1 parent a960a56 commit 49b2582
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
arch: [auto64]
build: ["cp{38,39,310,311}-*", "pp*"]
build: ["cp*", "pp*"]

include:
- os: macos-latest
type: "Universal"
arch: universal2
build: "cp{38,39,310,311}-*"
build: "cp*"

- os: windows-latest
arch: auto64
build: "cp{38,39,310,311}-*"
build: "cp*"

- os: windows-latest
arch: auto32
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "awkward_cpp"
version = "22"
version = "23"
dependencies = [
"numpy>=1.18.0"
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "awkward"
version = "2.3.2"
version = "2.3.3"
description = "Manipulate JSON-like data with NumPy-like idioms."
license = { text = "BSD-3-Clause" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -39,7 +39,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"awkward_cpp==22",
"awkward_cpp==23",
"importlib_resources;python_version < \"3.9\"",
"numpy>=1.18.0",
"packaging",
Expand Down

0 comments on commit 49b2582

Please sign in to comment.