feat: add Python 3.12 beta 1 (#1507)
* feat: add Python 3.12 beta 1 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * fix: try updating some versions to (near) final 3.6 supported version Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * tests: skip dep check on 3.6 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update test pip version pin * Fix expected wheels check --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
co-authored by
Joe Rickerby
parent
b2bc6fdda6
commit
8499628a5b
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- uses: wntrblm/nox@2023.04.22
|
||||
with:
|
||||
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11"
|
||||
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11, 3.12-dev"
|
||||
|
||||
- name: "Run update: dependencies"
|
||||
run: nox --force-color -s update_constraints
|
||||
|
||||
Reference in New Issue
Block a user