Skip to content

Commit

Permalink
Merge pull request #21 from alan-turing-institute/fix-python-version
Browse files Browse the repository at this point in the history
Fix python version
  • Loading branch information
jemrobinson authored Sep 30, 2024
2 parents cf5e119 + 1bba9bd commit 9225d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = [
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down Expand Up @@ -160,4 +160,4 @@ ignore = [
"D213", # multi-line-summary-second-line [conflicts with D212]
"D400", # ends-in-period [conflicts with D415]
"S101", # assert [conflicts with pytest]
]
]

0 comments on commit 9225d0d

Please sign in to comment.