Skip to content

Commit

Permalink
Add 'author' to pyproject
Browse files Browse the repository at this point in the history
Also upgrade scramp to 1.4.5
  • Loading branch information
tlocke committed Apr 13, 2024
1 parent d0356d5 commit 7ab7148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "pg8000"
authors = [{name = "The Contributors"}]
description = "PostgreSQL interface library"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -30,7 +31,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"scramp >= 1.4.4",
"scramp >= 1.4.5",
'python-dateutil >= 2.8.2',
]
dynamic = ["version"]
Expand Down

0 comments on commit 7ab7148

Please sign in to comment.