Skip to content

Commit df8ef6d

Browse files
committed
build: removed py35
- doesn't build and gym doesn't support that anymore.
1 parent ffc306a commit df8ef6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [macos-latest, ubuntu-latest]
18-
python-version: [3.5, 3.6, 3.7, 3.8]
18+
python-version: [3.6, 3.7, 3.8]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232
],
3333
extras_require=extras,
3434
tests_require=extras['test'],
35-
python_requires='>=3.5',
35+
python_requires='>=3.6',
3636
classifiers=[
37-
'Programming Language :: Python :: 3.5',
3837
'Programming Language :: Python :: 3.6',
3938
'Programming Language :: Python :: 3.7',
4039
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)