Skip to content

Commit

Permalink
Merge pull request #146 from arrrlo/hotfix/github-actions
Browse files Browse the repository at this point in the history
hotfix/github-actions
  • Loading branch information
arrrlo authored May 24, 2022
2 parents c3e380e + b2ab437 commit e1c9038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Run tests

on:
push:
branches:
- "develop"
pull_request:
branches:
- "develop"
Expand All @@ -14,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- name: Checkout repo
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def version():
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit e1c9038

Please sign in to comment.