Update CI postgres version
This commit is contained in:
parent
604a1b6a66
commit
f234298077
2 changed files with 4 additions and 3 deletions
2
.github/actions/setup-database/action.yml
vendored
2
.github/actions/setup-database/action.yml
vendored
|
|
@ -23,7 +23,7 @@ runs:
|
||||||
if: ${{ inputs.database == 'postgresql' }}
|
if: ${{ inputs.database == 'postgresql' }}
|
||||||
uses: harmon758/postgresql-action@v1
|
uses: harmon758/postgresql-action@v1
|
||||||
with:
|
with:
|
||||||
postgresql version: "12"
|
postgresql version: "13"
|
||||||
postgresql db: "evennia"
|
postgresql db: "evennia"
|
||||||
postgresql user: "evennia"
|
postgresql user: "evennia"
|
||||||
postgresql password: "password"
|
postgresql password: "password"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ name = "evennia"
|
||||||
version = "4.5.0"
|
version = "4.5.0"
|
||||||
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
|
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
|
||||||
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
|
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.11"
|
||||||
readme = { file = "README.md", content-type = "text/markdown" }
|
readme = { file = "README.md", content-type = "text/markdown" }
|
||||||
license = { text = "BSD" }
|
license = { text = "BSD" }
|
||||||
keywords = [
|
keywords = [
|
||||||
|
|
@ -38,8 +38,9 @@ keywords = [
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Programming Language :: Python :: 3.10",
|
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
"Programming Language :: JavaScript",
|
"Programming Language :: JavaScript",
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: BSD License",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue