Skip to content

Commit dc60459

Browse files
committed
updating version; removing support for versions under Python 3.10
1 parent 25a4e36 commit dc60459

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.0
1+
3.13.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ max-complexity = 10
4040

4141
[tool.black]
4242
line-length = 80
43-
target-version = ['py38', 'py39', 'py310', 'py311']
43+
target-version = ['py310', 'py311', 'py312', 'py313']
4444
extend-exclude = '''
4545
/(
4646
# The following are specific to Black, you probably don't want those.
@@ -62,7 +62,7 @@ build-backend = "setuptools.build_meta"
6262

6363
[project]
6464
name = "sqlmodel_crud_utilities"
65-
version = "0.0.1a1"
65+
version = "0.0.1b"
6666
authors = [
6767
{ name="Francis Secada", email = "francis.secada@gmail.com" }
6868
]

0 commit comments

Comments
 (0)