ci(actions): add github actions

This commit is contained in:
2024-09-12 14:07:57 +03:00
parent 6f41a6cf9d
commit c62b284c56
3 changed files with 29 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
[project]
name = "bunyan-formatter"
version = "0.1.0"
version = "1.0.0"
description = "Bunyan Formatter for Python"
dependencies = []
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.9"
authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
[build-system]