Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-Annual Owner Support #106

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3b42e3b
added test
joeyagreco Jun 19, 2023
983a218
added test
joeyagreco Jun 19, 2023
f95b49c
added test
joeyagreco Jun 19, 2023
5c25591
added test
joeyagreco Jun 19, 2023
6afb80a
added test
joeyagreco Jun 19, 2023
a79cd09
added test
joeyagreco Jun 19, 2023
ad1ac49
added test
joeyagreco Jun 19, 2023
610105b
added test
joeyagreco Jun 19, 2023
a3380a3
stuff:
joeyagreco Jun 19, 2023
5187721
added workflow step
joeyagreco Jun 19, 2023
90fd277
fix?
joeyagreco Jun 19, 2023
b52c8d5
workflow
joeyagreco Jun 19, 2023
6688074
cleanup workflow
joeyagreco Jun 20, 2023
814ea82
added test
joeyagreco Jun 21, 2023
cbd8de3
cleanup
joeyagreco Jun 21, 2023
054ea27
cleanup
joeyagreco Jun 21, 2023
5147d90
added workflow
joeyagreco Jun 21, 2023
61c35b4
fix
joeyagreco Jun 21, 2023
733ea3d
workflow
joeyagreco Jun 21, 2023
5a3f672
fix
joeyagreco Jun 21, 2023
a7ac916
fix
joeyagreco Jun 21, 2023
08063f9
stuff
joeyagreco Jun 21, 2023
3a159ba
fix
joeyagreco Jun 21, 2023
2db4501
cleanup workflows
joeyagreco Jun 21, 2023
316ca01
cleanup
joeyagreco Jun 21, 2023
b7732b2
cleanup
joeyagreco Jun 21, 2023
c7a4149
cleanup
joeyagreco Jun 21, 2023
958f2f5
added tests
joeyagreco Jun 23, 2023
19fe023
added test
joeyagreco Jul 8, 2023
7a28058
added test
joeyagreco Jul 8, 2023
05f967b
added tests
joeyagreco Jul 8, 2023
ecadda1
fixes
joeyagreco Nov 27, 2023
a17b050
Merge branch 'main' into owner-rework
joeyagreco Nov 27, 2023
a9962c8
python version sync
joeyagreco Nov 27, 2023
40246d2
formatting
joeyagreco Nov 27, 2023
5a22b29
stuff
joeyagreco Nov 27, 2023
827016e
test
joeyagreco Nov 27, 2023
c4b3fe4
test
joeyagreco Nov 27, 2023
ef90fb6
test and bug fix
joeyagreco Nov 27, 2023
f45d051
test
joeyagreco Nov 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
joeyagreco committed Jun 21, 2023
commit 3a159ba01825936c5d0e7218ec8f3ecfdde826d6
4 changes: 2 additions & 2 deletions .github/workflows/python-version-check.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:

- name: setup.py with current required Python version works
run: |
python setup.py install || echo "Current Python Version setup.py test failed"
python setup.py install

- name: Set up invalid Python version
uses: actions/setup-python@v3
@@ -48,4 +48,4 @@ jobs:

- name: setup.py with invalid Python version fails
run: |
python setup.py install || echo "Old Python Version setup.py test failed"
! python setup.py install