Skip to content

Commit

Permalink
Merge pull request #39 from Pogchamp-company/develop
Browse files Browse the repository at this point in the history
Version 0.3.0
  • Loading branch information
RustyGuard authored Nov 8, 2023
2 parents 78b5bce + 17af81e commit 931ae8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- tests/**
- alembic_postgresql_enum/**
- .github/workflows/test_on_push.yaml
pull_request: { }

jobs:
Expand All @@ -17,7 +18,7 @@ jobs:
strategy:
matrix:
sqlalchemy: [ "1.4", "2.0" ]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

# Service containers to run with `container-job`
services:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alembic-postgresql-enum"
version = "0.2.1"
version = "0.3.0"
description = "Alembic autogenerate support for creation, alteration and deletion of enums"
authors = ["RustyGuard"]
license = "MIT"
Expand All @@ -15,6 +15,7 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]

[tool.poetry.urls]
Expand Down

0 comments on commit 931ae8f

Please sign in to comment.