File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11language : python
22dist : bionic
33python :
4- - ' 3.6'
5- - ' 3.7.13'
6- - ' 3.8.13'
4+ - ' 3.7'
5+ - ' 3.8'
76- ' 3.9'
8- - ' 3.10.0'
9- - ' 3.10.1'
7+ - ' 3.10'
108install :
119- pip install -U -r requirements.txt
1210- pip install -U -r test_requirements.txt
@@ -30,7 +28,7 @@ deploy:
3028 local_dir : " ./docs/_build/html/"
3129 on :
3230 tags : true
33- python : ' 3.6 ' # only need this to run once
31+ python : ' 3.10 ' # only need this to run once
3432- provider : pypi
3533 user : CitrineInformatics
3634 password : " $PYPI_PASSWORD"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Clone from github:
2121git clone
[email protected] :CitrineInformatics/citrine-python
2222```
2323
24- Create a virtual environment using Python >= 3.6 .
24+ Create a virtual environment using Python >= 3.7 .
2525One option is to use conda, but it is not required.
2626
2727``` bash
Original file line number Diff line number Diff line change 4646 },
4747 classifiers = [
4848 'Programming Language :: Python :: 3' ,
49- 'Programming Language :: Python :: 3.6' ,
5049 'Programming Language :: Python :: 3.7' ,
5150 'Programming Language :: Python :: 3.8' ,
5251 'Programming Language :: Python :: 3.9' ,
Original file line number Diff line number Diff line change 1- __version__ = '1.40.1 '
1+ __version__ = '1.41.0 '
You can’t perform that action at this time.
0 commit comments