Skip to content

Commit

Permalink
Merge branch 'main' into dev/remove-slack-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson authored Jul 17, 2024
2 parents b10287f + 9c520cc commit e1aaf7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
python-version: ['3.7', '3.8', '3.10', '3.11']
python-version: ['3.8', '3.10', '3.11']

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ framework. You are free to use:
Prerequisites
-------------

The supported versions of Python are Python >= 3.7. Envisage requires:
The supported versions of Python are Python >= 3.8. Envisage requires:

* `apptools <https://pypi.org/project/apptools/>`_
* `traits <https://pypi.org/project/traits/>`_
Expand Down
1 change: 1 addition & 0 deletions etstool.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@

dependencies = {
"apptools",
"configobj",
"coverage",
"enthought_sphinx_theme",
"pyface",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = 'envisage'
version = '7.0.3'
description = 'Extensible application framework'
readme = 'README.rst'
requires-python = '>= 3.7'
requires-python = '>= 3.8'
license = {file = 'LICENSE.txt'}
authors = [{name = 'Enthought', email = '[email protected]'}]
keywords = ['extensible', 'plugin', 'application', 'framework']
Expand All @@ -28,7 +28,7 @@ classifiers = [
'Topic :: Software Development :: User Interfaces',
]
dependencies = [
'apptools',
'apptools[preferences]>=5.3',
'pyface',
'setuptools',
'traits>=6.2',
Expand Down

0 comments on commit e1aaf7a

Please sign in to comment.