Skip to content

Commit

Permalink
Python 3.6 and 3.7 are no longer supported (https://devguide.python.o…
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlorg committed Apr 23, 2024
1 parent d58d762 commit 38d8d5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
test_task:
container:
matrix:
image: python:3.6
image: python:3.7
image: python:3.8
pip_cache:
folder: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
url='https://github.com/nmlorg/metabot',
packages=setuptools.find_packages(include=('metabot', 'metabot.*')),
package_data={'': ['*.html']},
python_requires='>=3.5',
python_requires='>=3.8',
install_requires=[
'googlemaps',
'ntelebot >= 0.3.4',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38
envlist = py310, py311

[testenv]
deps =
Expand Down

0 comments on commit 38d8d5d

Please sign in to comment.