Index: /pyyaml/trunk/setup.cfg
===================================================================
--- /pyyaml/trunk/setup.cfg	(revision 378)
+++ /pyyaml/trunk/setup.cfg	(revision 384)
@@ -17,11 +17,5 @@
 
 # The following options are used to build PyYAML Windows installer
-# for Python 2.3 on my PC:
-#include_dirs=../../../libyaml/tags/0.1.4/include
-#library_dirs=../../../libyaml/tags/0.1.4/win32/vc6/output/release/lib
-#define=YAML_DECLARE_STATIC
-
-# The following options are used to build PyYAML Windows installer
-# for Python 2.4 and Python 2.5 on my PC:
+# for Python 2.5 on my PC:
 #include_dirs=../../../libyaml/tags/0.1.4/include
 #library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib
Index: /pyyaml/trunk/setup.py
===================================================================
--- /pyyaml/trunk/setup.py	(revision 378)
+++ /pyyaml/trunk/setup.py	(revision 384)
@@ -28,6 +28,4 @@
     "Programming Language :: Python",
     "Programming Language :: Python :: 2",
-    "Programming Language :: Python :: 2.3",
-    "Programming Language :: Python :: 2.4",
     "Programming Language :: Python :: 2.5",
     "Programming Language :: Python :: 2.6",
