Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
setup: end support for Python 3.6 / CI: remove 3.8-dev (#482)
Browse files Browse the repository at this point in the history
* setup: end support for Python 3.6

* Update SECURITY.md

* Update README.md

* Update compatible.yml

* Update workflow.yml

* Update workflow.yml
  • Loading branch information
RhinosF1 authored May 5, 2021
1 parent cb8e834 commit b7e9191
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python: ['3.6', '3.7', '3.8', '3.8-dev', '3.9', '3.9-dev'] #, '3.10-dev']
python: ['3.7', '3.8', '3.9', '3.9-dev'] #, '3.10-dev']
os: ['ubuntu-latest', 'macos-latest']
steps:
- name: Cancel Previous Runs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use this bot, simply type install 'MirahezeBot-Plugins' from PyPi and then ru

To make use of the beta branch, clone the repo and check the 'dev' branch out and use pip's "install ." function to install it. You can then use 'sopel configure --plugins' as normal.

Please note that in line with our security policy, we can only support Sopel 7.0.5 - 8.0 installations running Python 3.6+.
Please note that in line with our security policy, we can only support Sopel 7.0.5 - 8.0 installations running Python 3.7+.

[Source Github](http://github.com/sopel-irc/sopel)

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported Versions

We currently support with security releases: the lastest PyPi version on the Release branch, and the Dev branch when running sopel 7.0.7 - 8.0 on python 3.6, 3.7, 3.8 and 3.9.
We currently support with security releases: the lastest PyPi version on the Release branch, and the Dev branch when running sopel 7.0.7 - 8.0 on python 3.7, 3.8 and 3.9.


## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
Programming Language :: Python :: 3.9
Topic :: Communications :: Chat :: Internet Relay Chat
[options]
python_requires = >=3.6
python_requires = >=3.7
[options.entry_points]
sopel.plugins =
miraheze = MirahezeBots.plugins.miraheze
Expand Down

0 comments on commit b7e9191

Please sign in to comment.