Skip to content

Commit

Permalink
ci: 3.11 only in railway
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed May 11, 2024
1 parent b24f92b commit b3a7c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python 3.11
python 3.12
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ dependencies = [
"ruff>=0.1.7",
"githubkit[auth-app]>=0.11.2",
]
requires-python = ">=3.12,<4.0"
requires-python = ">=3.11,<4.0"
readme = "README.md"
license = { text = "MIT" }
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
Expand Down Expand Up @@ -207,7 +208,7 @@ strict-imports = false
[tool.ruff]
line-length = 120
src = ["src", "tests"]
target-version = "py311"
target-version = "py312"

[tool.ruff.lint]
select = ["ALL"]
Expand Down

0 comments on commit b3a7c11

Please sign in to comment.