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

CI - add Python 3.10 #106

Merged
merged 47 commits into from
Oct 18, 2021
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4422999
CI - add Python 3.10
macbre Mar 2, 2021
fd3ca7d
Use 3.10.0-alpha
macbre Mar 2, 2021
8c388af
Use 3.10.0-alpha.5
macbre Mar 2, 2021
dd6a411
Install Poetry via curl
macbre Mar 4, 2021
5bed3be
Run "source $HOME/.poetry/env"
macbre Mar 4, 2021
4cd2c66
Update python-ci.yml
macbre Mar 4, 2021
eeccebd
Make poetry discoverable within $PATH
macbre Mar 4, 2021
fc390fb
pip install cleo
macbre Mar 4, 2021
f6f7131
Try "pip install --user poetry"
macbre Mar 4, 2021
352a469
Update python-ci.yml
macbre Mar 4, 2021
fee9ba4
sudo ln -s ~/.local/bin/poetry /usr/local/bin/poetry
macbre Mar 4, 2021
48016d1
Update python-ci.yml
macbre Mar 4, 2021
a817d20
pip install wheel poetry
macbre Mar 4, 2021
865d221
pip install wheel
macbre Mar 4, 2021
1c38463
Merge branch 'master' into ci-python-3.10
macbre Mar 4, 2021
2262b3d
Update python-ci.yml
macbre Mar 4, 2021
66e8142
Update python-ci.yml
macbre Mar 4, 2021
ab49d66
Update python-ci.yml
macbre Mar 4, 2021
4fb3700
Update python-ci.yml
macbre Mar 4, 2021
e599446
Update python-ci.yml
macbre Mar 4, 2021
95c88de
Merge branch 'master' into ci-python-3.10
macbre Mar 4, 2021
ee84bf2
Install poetry via pip
macbre Mar 4, 2021
704e323
Add poetry.lock hash to the cache key
macbre Mar 4, 2021
54f878b
Pre-install black
macbre Mar 4, 2021
249fdf5
Merge branch 'master' into ci-python-3.10
macbre Mar 5, 2021
f766450
pip install poetry==1.1.6
macbre Apr 15, 2021
b907210
Merge branch 'master' into ci-python-3.10
macbre Apr 15, 2021
2966c62
Merge branch 'master' into ci-python-3.10
macbre Apr 16, 2021
c820b81
Merge branch 'master' into ci-python-3.10
macbre Apr 30, 2021
800af16
Merge branch 'master' into ci-python-3.10
macbre May 12, 2021
681115e
Update python-ci.yml
macbre May 22, 2021
fd30b74
Merge branch 'master' into ci-python-3.10
macbre May 22, 2021
4195bd9
Merge branch 'master' into ci-python-3.10
macbre May 26, 2021
365dcbb
Merge branch 'master' into ci-python-3.10
macbre May 28, 2021
f721c74
Merge branch 'master' into ci-python-3.10
macbre Jun 1, 2021
e8a00a5
3.10.0-beta.3
macbre Jun 22, 2021
c76b272
Merge branch 'master' into ci-python-3.10
macbre Jun 22, 2021
e082d06
Use Poetry 1.1.7
macbre Jul 1, 2021
f1721e6
Merge branch 'master' into ci-python-3.10
macbre Jul 1, 2021
c68d93c
Merge branch 'master' into ci-python-3.10
macbre Jul 23, 2021
aa89be8
Use 3.10.0-beta.4
macbre Jul 23, 2021
f02da71
3.10.0-rc.1
macbre Aug 10, 2021
5c03672
Merge branch 'master' into ci-python-3.10
macbre Aug 10, 2021
033b872
Merge branch 'master' into ci-python-3.10
macbre Sep 20, 2021
8c9d8a3
Merge branch 'master' into ci-python-3.10
macbre Sep 20, 2021
c56ad34
Merge branch 'master' into ci-python-3.10
macbre Oct 18, 2021
d3be4e1
Python 3.10 has just been released!
macbre Oct 18, 2021
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
1 change: 1 addition & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"

steps:
- uses: actions/checkout@v2
Expand Down