Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
A
astor
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
astor
Commits
18ce5df4
Kaydet (Commit)
18ce5df4
authored
May 18, 2018
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop Python 2.6 and Python 3.3 support
üst
f87ae3b5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
.travis.yml
.travis.yml
+0
-5
changelog.rst
docs/changelog.rst
+3
-0
setup.cfg
setup.cfg
+1
-0
tox.ini
tox.ini
+2
-2
No files found.
.travis.yml
Dosyayı görüntüle @
18ce5df4
sudo
:
false
# run travis jobs in containers
language
:
python
python
:
-
2.6
-
2.7
-
3.3
-
3.4
-
3.5
-
3.6
-
pypy
-
pypy3.5
-
3.7-dev
matrix
:
allow_failures
:
-
python
:
2.6
cache
:
pip
install
:
-
pip install tox-travis
...
...
docs/changelog.rst
Dosyayı görüntüle @
18ce5df4
...
...
@@ -22,6 +22,9 @@ New features
.. _`Issue 86`: https://github.com/berkerpeksag/astor/issues/86
* Dropped support for Python 2.6 and Python 3.3. Even the latest version of pip
dropped its support for both of these versions.
Bug fixes
~~~~~~~~~
...
...
setup.cfg
Dosyayı görüntüle @
18ce5df4
...
...
@@ -33,6 +33,7 @@ classifiers =
zip_safe = True
include_package_data = True
packages = find:
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
[options.packages.find]
exclude = tests
...
...
tox.ini
Dosyayı görüntüle @
18ce5df4
[tox]
envlist
=
py2
6, py27, py33
, py34, py35, py36, pypy, pypy3.5
envlist
=
py2
7
, py34, py35, py36, pypy, pypy3.5
skipsdist
=
True
[testenv]
...
...
@@ -7,4 +7,4 @@ usedevelop = True
commands
=
nosetests -v --nocapture {posargs}
deps
=
-rrequirements-tox.txt
py2
{6,7}
,pypy:
unittest2
py2
7
,pypy:
unittest2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment