Skip to content

Commit

Permalink
add new stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Nov 12, 2024
1 parent 5f0972b commit 9c9ea25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
branches: [master]
pull_request:
branches: [master]

jobs:
ci:
strategy:
fail-fast: false
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]
poetry-version: [1.4.2]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "turms"
version = "0.6.0"
version = "0.7.0"
description = "graphql-codegen powered by pydantic"
authors = ["jhnnsrs <jhnnsrs@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 9c9ea25

Please sign in to comment.