Skip to content

Commit

Permalink
add in python 3.9 to CI and bump v0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Oct 3, 2023
1 parent 939c6f0 commit b3bc0c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/CI.yml
Expand Up @@ -15,18 +15,14 @@ jobs:
strategy:
matrix:
python: [
# {
# name: "cp37-cp37m",
# version: "3.7"
# },
{
name: "cp38-cp38",
version: "3.8"
},
# {
# name: "cp39-cp39",
# version: "3.9"
# },
{
name: "cp39-cp39",
version: "3.9"
},
{
name: "cp310-cp310",
version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion oxen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oxen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oxen"
version = "0.1.26"
version = "0.1.27"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit b3bc0c1

Please sign in to comment.