Skip to content

Commit

Permalink
Drop official support to python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
prusse-martin committed Dec 6, 2023
1 parent 8c656da commit 05efcce
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10"]
PYTHON_VERSION: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ environment:
dependencies:
- python ={{ PYTHON_VERSION }}

- more-itertools <10.0.0 # [PYTHON_VERSION == '3.7']

{% if TEST_QMXGRAPH %}
- cherrypy >=18.0.0
- pytest-mock
Expand Down
2 changes: 1 addition & 1 deletion esss_environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:
{% endif %}

dependencies:
- python>=3.7
- python>=3.10
- mxgraph>=3.7.5

- esss-pylupdate5>=5.6.0+1
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 05efcce

Please sign in to comment.