Skip to content

Commit

Permalink
Drop support for Python 3.8
Browse files Browse the repository at this point in the history
Also moving the development status to 'Production/Stable'
  • Loading branch information
daniel-tran committed Jan 27, 2024
1 parent 8e4044d commit 437700a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Omit macos-latest due to its high cost to run in GitHub Actions.
# Note that we can also test specific OS versions, e.g. windows-2016
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12']
name: Build for ${{ matrix.os }} with Python ${{ matrix.python-version }}
steps:
- name: Checkout
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@ description = 'Retrieves, processes and downloads Bible passages from Bible Gate
license.file = 'LICENSE.md'
keywords = ['bible', 'yaml', 'json', 'xml', 'csv', 'biblegateway']
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Religion',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Religion'
]
requires-python = '>=3.8'
requires-python = '>=3.9'

[project.urls]
'Homepage' = 'https://github.com/daniel-tran/meaningless'
Expand Down

0 comments on commit 437700a

Please sign in to comment.