1
0
şunun yansıması https://github.com/arsenetar/dupeguru.git eşitlendi 2026-03-13 03:51:38 +00:00

İşlemeleri karşılaştır

..

4 İşleme

Yazar SHA1 Mesaj Tarih
4385b50825 Merge pull request #1143 from cebtenzzre/fix-tox
Update python versions in tox.ini
2023-12-01 22:08:42 -06:00
4ef1d24351 Merge pull request #1142 from cebtenzzre/fix-requirements
Update requirements.txt
2023-12-01 22:08:05 -06:00
Cebtenzzre
f56bef67e1 Update python versions in tox.ini
Python 3.6 support was already dropped in commit b9dfeac2 ("Drop Python
3.6 Support"). Don't attempt to run tests with it if it is installed.

Python 3.11 is currently supported, so add it to the list.
2023-07-16 18:49:36 -04:00
Cebtenzzre
8160fe4fcc Update requirements.txt
sphinx 7.0.0 was released on April 29th.
2023-07-16 18:38:07 -04:00
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme

Dosyayı Görüntüle

@@ -5,5 +5,5 @@ PyQt5 >=5.15.0,<6.0; sys_platform != 'linux'
pywin32>=304; sys_platform == 'win32' pywin32>=304; sys_platform == 'win32'
semantic-version>=2.0.0,<3.0.0 semantic-version>=2.0.0,<3.0.0
Send2Trash>=1.8.2,<2.0.0 Send2Trash>=1.8.2,<2.0.0
sphinx>=5.3.0,<7.0.0 sphinx>=5.3.0,<8.0.0
xxhash>=3.0.0,<4.0.0 xxhash>=3.0.0,<4.0.0

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py36,py37,py38,py39,py310 envlist = py37,py38,py39,py310,py311
skipsdist = True skipsdist = True
skip_missing_interpreters = True skip_missing_interpreters = True