1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-02-22 09:42:00 +00:00

drop Python 3.5 support

This commit is contained in:
Dmitry Belyaev 2021-01-01 13:17:08 +03:00
parent 50f90925b8
commit e0b4e6c28a
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
3 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.5, 3.6, 3.7, 3.8] python-version: [3.6, 3.7, 3.8]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

View File

@ -1,7 +1,6 @@
language: python language: python
python: python:
- "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"

View File

@ -22,7 +22,6 @@ setuptools.setup(
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',