aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/github-actions.yml
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-22 11:32:42 -0500
committerBobby <[email protected]>2022-12-22 11:32:42 -0500
commite0718cf381fd4d9f9ae1bb734cdb15c6e6a444ef (patch)
tree999323272453cb3329e6a1f65f0a6ef9e25664ce /.github/workflows/github-actions.yml
parent589017b4680b4843c171120c127ba73e5f024ea7 (diff)
downloadedify-e0718cf381fd4d9f9ae1bb734cdb15c6e6a444ef.tar.xz
edify-e0718cf381fd4d9f9ae1bb734cdb15c6e6a444ef.zip
Update Actions to Support Python 3.11
Diffstat (limited to '.github/workflows/github-actions.yml')
-rw-r--r--.github/workflows/github-actions.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index fa53eb5..7306eaa 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -91,6 +91,24 @@ jobs:
python_arch: 'x64'
tox_env: 'py310'
os: 'macos-latest'
+ - name: 'py311 (ubuntu)'
+ python: '3.11'
+ toxpython: 'python3.11'
+ python_arch: 'x64'
+ tox_env: 'py311'
+ os: 'ubuntu-latest'
+ - name: 'py311 (windows)'
+ python: '3.11'
+ toxpython: 'python3.11'
+ python_arch: 'x64'
+ tox_env: 'py311'
+ os: 'windows-latest'
+ - name: 'py311 (macos)'
+ python: '3.11'
+ toxpython: 'python3.11'
+ python_arch: 'x64'
+ tox_env: 'py311'
+ os: 'macos-latest'
- name: 'pypy37 (ubuntu)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'